Html Css Color HEX #6B3D78 Eminence

📋 copy color: '#6B3D78'

red 107 ◦ green 61 ◦ blue 120

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

Shades of Eminence #6B3D78

Tints of Eminence #6B3D78

RGB

 RED value IS 107 (42.19% from 255) = 37.15%

 GREEN value IS 61 (24.22% from 255) = 21.18%

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 37.15%
G = 21.18%
B = 41.67%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B3D78 (or 0x6B3D78) is known color: Eminence. HEX triplet: 6B, 3D and 78. RGB value is (107,61,120). Sum of RGB (Red+Green+Blue) = 107+61+120=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B3D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3D78 is #94C287. Grayscale: #515151. Windows color (decimal): -9749128 or 7880043. OLE color: 7880043.

HSL color Cylindrical-coordinate representation of color #6B3D78: hue angle of 286.78º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B3D78 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 61 120 -
CMYK 0.11 0.49 0 0.53
HSL 286.78º 0.33% 0.35% -
HSV(B) 286.78º 0.49% 0.47% -
XYZ 11.12 7.82 18.69 -
YUV 81.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 107 61 120 0.11 0.49 0 0.53 286.78 0.33 0.35
Hex 6B 3D 78 B 31 0 35 11F 21 23
Octal 153 75 170 13 61 0 65 437 41 43
Binary 1101011 111101 1111000 1011 110001 0 110101 100011111 100001 100011

Color Harmonies of #6B3D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3D78

Black with #6B3D78

Text Example


Text Example

White with #6B3D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,61,120); }

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

background-color css

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

 a { background-color: rgb(107,61,120); }

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

border-color css

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

 span { border-color: rgb(107,61,120); }

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