Html Css Color HEX #6C327C Eminence

📋 copy color: '#6C327C'

red 108 ◦ green 50 ◦ blue 124

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

Shades of Eminence #6C327C

Tints of Eminence #6C327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 38.3%
G = 17.73%
B = 43.97%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C327C (or 0x6C327C) is known color: Eminence. HEX triplet: 6C, 32 and 7C. RGB value is (108,50,124). Sum of RGB (Red+Green+Blue) = 108+50+124=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C327C is #93CD83. Grayscale: #4B4B4B. Windows color (decimal): -9686404 or 8139372. OLE color: 8139372.

HSL color Cylindrical-coordinate representation of color #6C327C: hue angle of 287.03º 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 #6C327C is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 50 124 -
CMYK 0.13 0.60 0 0.51
HSL 287.03º 0.43% 0.34% -
HSV(B) 287.03º 0.6% 0.49% -
XYZ 10.96 6.92 19.83 -
YUV 75.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 108 50 124 0.13 0.60 0 0.51 287.03 0.43 0.34
Hex 6C 32 7C D 3C 0 33 11F 2B 22
Octal 154 62 174 15 74 0 63 437 53 42
Binary 1101100 110010 1111100 1101 111100 0 110011 100011111 101011 100010

Color Harmonies of #6C327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C327C

Black with #6C327C

Text Example


Text Example

White with #6C327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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