Html Css Color HEX #6C327D Eminence

📋 copy color: '#6C327D'

red 108 ◦ green 50 ◦ blue 125

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

Shades of Eminence #6C327D

Tints of Eminence #6C327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 38.16%
G = 17.67%
B = 44.17%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C327D (or 0x6C327D) is known color: Eminence. HEX triplet: 6C, 32 and 7D. RGB value is (108,50,125). Sum of RGB (Red+Green+Blue) = 108+50+125=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C327D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C327D is #93CD82. Grayscale: #4B4B4B. Windows color (decimal): -9686403 or 8204908. OLE color: 8204908.

HSL color Cylindrical-coordinate representation of color #6C327D: hue angle of 286.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C327D is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 50 125 -
CMYK 0.14 0.60 0 0.51
HSL 286.4º 0.43% 0.34% -
HSV(B) 286.4º 0.6% 0.49% -
XYZ 11.03 6.95 20.16 -
YUV 75.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 108 50 125 0.14 0.60 0 0.51 286.4 0.43 0.34
Hex 6C 32 7D E 3C 0 33 11E 2B 22
Octal 154 62 175 16 74 0 63 436 53 42
Binary 1101100 110010 1111101 1110 111100 0 110011 100011110 101011 100010

Color Harmonies of #6C327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C327D

Black with #6C327D

Text Example


Text Example

White with #6C327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,125); }

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

background-color css

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

 a { background-color: rgb(108,50,125); }

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

border-color css

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

 span { border-color: rgb(108,50,125); }

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