Html Css Color HEX #6A327E Eminence

📋 copy color: '#6A327E'

red 106 ◦ green 50 ◦ blue 126

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

Shades of Eminence #6A327E

Tints of Eminence #6A327E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.68%

R = 37.59%
G = 17.73%
B = 44.68%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A327E (or 0x6A327E) is known color: Eminence. HEX triplet: 6A, 32 and 7E. RGB value is (106,50,126). Sum of RGB (Red+Green+Blue) = 106+50+126=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #6A327E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A327E is #95CD81. Grayscale: #4B4B4B. Windows color (decimal): -9817474 or 8270442. OLE color: 8270442.

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

Color convert

RGB 106 50 126 -
CMYK 0.16 0.60 0 0.51
HSL 284.21º 0.43% 0.35% -
HSV(B) 284.21º 0.6% 0.49% -
XYZ 10.85 6.85 20.49 -
YUV 75.41 156.55 149.82 -
System Red Green Blue C M Y K H S L
Decimal 106 50 126 0.16 0.60 0 0.51 284.21 0.43 0.35
Hex 6A 32 7E 10 3C 0 33 11C 2B 23
Octal 152 62 176 20 74 0 63 434 53 43
Binary 1101010 110010 1111110 10000 111100 0 110011 100011100 101011 100011

Color Harmonies of #6A327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A327E

Black with #6A327E

Text Example


Text Example

White with #6A327E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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