Html Css Color HEX #6E308B Vivid Violet

📋 copy color: '#6E308B'

red 110 ◦ green 48 ◦ blue 139

#6E308B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #6E308B

Tints of Vivid Violet #6E308B

RGB

 RED value IS 110 (43.36% from 255) = 37.04%

 GREEN value IS 48 (19.14% from 255) = 16.16%

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 37.04%
G = 16.16%
B = 46.8%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6E308B (or 0x6E308B) is known color: Vivid Violet. HEX triplet: 6E, 30 and 8B. RGB value is (110,48,139). Sum of RGB (Red+Green+Blue) = 110+48+139=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E308B is #91CF74. Grayscale: #4C4C4C. Windows color (decimal): -9555829 or 9121902. OLE color: 9121902.

HSL color Cylindrical-coordinate representation of color #6E308B: hue angle of 280.88º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E308B is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 48 139 -
CMYK 0.21 0.65 0 0.45
HSL 280.88º 0.49% 0.37% -
HSV(B) 280.88º 0.65% 0.55% -
XYZ 12.15 7.29 25.19 -
YUV 76.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 110 48 139 0.21 0.65 0 0.45 280.88 0.49 0.37
Hex 6E 30 8B 15 41 0 2D 119 31 25
Octal 156 60 213 25 101 0 55 431 61 45
Binary 1101110 110000 10001011 10101 1000001 0 101101 100011001 110001 100101

Color Harmonies of #6E308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E308B

Black with #6E308B

Text Example


Text Example

White with #6E308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E308B; }

 p { color: rgb(110,48,139); }

 H1.HeaderClassName
 {
   color: #6E308B;
 }
 .AnyTagClassName
 {
   color: #6E308B;
 }
</style>

background-color css

<style>
 a { background-color: #6E308B; }

 a { background-color: rgb(110,48,139); }

 div.DivClassName
 {
   background-color: #6E308B;
 }
 .BgClassName
 {
   background-color: #6E308B;
 }
</style>

border-color css

<style>
 span { border-color: #6E308B; }

 span { border-color: rgb(110,48,139); }

 td.TdClassName
 {
   border-color: #6E308B;
 }
 .TagClassName
 {
   border-color: #6E308B;
 }
</style>