Html Css Color HEX #6E32AB Royal Purple

📋 copy color: '#6E32AB'

red 110 ◦ green 50 ◦ blue 171

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

Shades of Royal Purple #6E32AB

Tints of Royal Purple #6E32AB

RGB

 RED value IS 110 (43.36% from 255) = 33.23%

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

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 33.23%
G = 15.11%
B = 51.66%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E32AB (or 0x6E32AB) is known color: Royal Purple. HEX triplet: 6E, 32 and AB. RGB value is (110,50,171). Sum of RGB (Red+Green+Blue) = 110+50+171=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E32AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E32AB is #91CD54. Grayscale: #515151. Windows color (decimal): -9555285 or 11219566. OLE color: 11219566.

HSL color Cylindrical-coordinate representation of color #6E32AB: hue angle of 269.75º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E32AB is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 50 171 -
CMYK 0.36 0.71 0 0.33
HSL 269.75º 0.55% 0.43% -
HSV(B) 269.75º 0.71% 0.67% -
XYZ 14.92 8.54 39.39 -
YUV 81.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 110 50 171 0.36 0.71 0 0.33 269.75 0.55 0.43
Hex 6E 32 AB 24 47 0 21 10E 37 2B
Octal 156 62 253 44 107 0 41 416 67 53
Binary 1101110 110010 10101011 100100 1000111 0 100001 100001110 110111 101011

Color Harmonies of #6E32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E32AB

Black with #6E32AB

Text Example


Text Example

White with #6E32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,171); }

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

background-color css

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

 a { background-color: rgb(110,50,171); }

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

border-color css

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

 span { border-color: rgb(110,50,171); }

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