Html Css Color HEX #6C3B72 Eminence

📋 copy color: '#6C3B72'

red 108 ◦ green 59 ◦ blue 114

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

Shades of Eminence #6C3B72

Tints of Eminence #6C3B72

RGB

 RED value IS 108 (42.58% from 255) = 38.43%

 GREEN value IS 59 (23.44% from 255) = 21%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 38.43%
G = 21%
B = 40.57%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C3B72 (or 0x6C3B72) is known color: Eminence. HEX triplet: 6C, 3B and 72. RGB value is (108,59,114). Sum of RGB (Red+Green+Blue) = 108+59+114=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C3B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3B72 is #93C48D. Grayscale: #4F4F4F. Windows color (decimal): -9684110 or 7486316. OLE color: 7486316.

HSL color Cylindrical-coordinate representation of color #6C3B72: hue angle of 293.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C3B72 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 59 114 -
CMYK 0.05 0.48 0 0.55
HSL 293.45º 0.32% 0.34% -
HSV(B) 293.45º 0.48% 0.45% -
XYZ 10.79 7.53 16.8 -
YUV 79.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 108 59 114 0.05 0.48 0 0.55 293.45 0.32 0.34
Hex 6C 3B 72 5 30 0 37 125 20 22
Octal 154 73 162 5 60 0 67 445 40 42
Binary 1101100 111011 1110010 101 110000 0 110111 100100101 100000 100010

Color Harmonies of #6C3B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3B72

Black with #6C3B72

Text Example


Text Example

White with #6C3B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,59,114); }

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

background-color css

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

 a { background-color: rgb(108,59,114); }

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

border-color css

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

 span { border-color: rgb(108,59,114); }

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