Html Css Color HEX #6B2F78 Eminence

📋 copy color: '#6B2F78'

red 107 ◦ green 47 ◦ blue 120

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

Shades of Eminence #6B2F78

Tints of Eminence #6B2F78

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

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

R = 39.05%
G = 17.15%
B = 43.8%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B2F78 (or 0x6B2F78) is known color: Eminence. HEX triplet: 6B, 2F and 78. RGB value is (107,47,120). Sum of RGB (Red+Green+Blue) = 107+47+120=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B2F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2F78 is #94D087. Grayscale: #494949. Windows color (decimal): -9752712 or 7876459. OLE color: 7876459.

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

Color convert

RGB 107 47 120 -
CMYK 0.11 0.61 0 0.53
HSL 289.32º 0.44% 0.33% -
HSV(B) 289.32º 0.61% 0.47% -
XYZ 10.47 6.51 18.47 -
YUV 73.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 107 47 120 0.11 0.61 0 0.53 289.32 0.44 0.33
Hex 6B 2F 78 B 3D 0 35 121 2C 21
Octal 153 57 170 13 75 0 65 441 54 41
Binary 1101011 101111 1111000 1011 111101 0 110101 100100001 101100 100001

Color Harmonies of #6B2F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2F78

Black with #6B2F78

Text Example


Text Example

White with #6B2F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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