Html Css Color HEX #6A327C Eminence

📋 copy color: '#6A327C'

red 106 ◦ green 50 ◦ blue 124

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

Shades of Eminence #6A327C

Tints of Eminence #6A327C

RGB

 RED value IS 106 (41.8% from 255) = 37.86%

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

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

R = 37.86%
G = 17.86%
B = 44.29%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A327C (or 0x6A327C) is known color: Eminence. HEX triplet: 6A, 32 and 7C. RGB value is (106,50,124). Sum of RGB (Red+Green+Blue) = 106+50+124=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A327C is #95CD83. Grayscale: #4A4A4A. Windows color (decimal): -9817476 or 8139370. OLE color: 8139370.

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

Color convert

RGB 106 50 124 -
CMYK 0.15 0.60 0 0.51
HSL 285.41º 0.43% 0.34% -
HSV(B) 285.41º 0.6% 0.49% -
XYZ 10.72 6.8 19.82 -
YUV 75.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 106 50 124 0.15 0.60 0 0.51 285.41 0.43 0.34
Hex 6A 32 7C F 3C 0 33 11D 2B 22
Octal 152 62 174 17 74 0 63 435 53 42
Binary 1101010 110010 1111100 1111 111100 0 110011 100011101 101011 100010

Color Harmonies of #6A327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A327C

Black with #6A327C

Text Example


Text Example

White with #6A327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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