Html Css Color HEX #6B327C Eminence

📋 copy color: '#6B327C'

red 107 ◦ green 50 ◦ blue 124

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

Shades of Eminence #6B327C

Tints of Eminence #6B327C

RGB

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

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

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

R = 38.08%
G = 17.79%
B = 44.13%

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

#6B327C (or 0x6B327C) is known color: Eminence. HEX triplet: 6B, 32 and 7C. RGB value is (107,50,124). Sum of RGB (Red+Green+Blue) = 107+50+124=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B327C is #94CD83. Grayscale: #4B4B4B. Windows color (decimal): -9751940 or 8139371. OLE color: 8139371.

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

Color convert

RGB 107 50 124 -
CMYK 0.14 0.60 0 0.51
HSL 286.22º 0.43% 0.34% -
HSV(B) 286.22º 0.6% 0.49% -
XYZ 10.84 6.86 19.82 -
YUV 75.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 107 50 124 0.14 0.60 0 0.51 286.22 0.43 0.34
Hex 6B 32 7C E 3C 0 33 11E 2B 22
Octal 153 62 174 16 74 0 63 436 53 42
Binary 1101011 110010 1111100 1110 111100 0 110011 100011110 101011 100010

Color Harmonies of #6B327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B327C

Black with #6B327C

Text Example


Text Example

White with #6B327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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