Html Css Color HEX #6E32AC Royal Purple

📋 copy color: '#6E32AC'

red 110 ◦ green 50 ◦ blue 172

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

Shades of Royal Purple #6E32AC

Tints of Royal Purple #6E32AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 33.13%
G = 15.06%
B = 51.81%

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

#6E32AC (or 0x6E32AC) is known color: Royal Purple. HEX triplet: 6E, 32 and AC. RGB value is (110,50,172). Sum of RGB (Red+Green+Blue) = 110+50+172=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E32AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E32AC is #91CD53. Grayscale: #515151. Windows color (decimal): -9555284 or 11285102. OLE color: 11285102.

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

Color convert

RGB 110 50 172 -
CMYK 0.36 0.71 0 0.33
HSL 269.51º 0.55% 0.44% -
HSV(B) 269.51º 0.71% 0.67% -
XYZ 15.02 8.57 39.89 -
YUV 81.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 110 50 172 0.36 0.71 0 0.33 269.51 0.55 0.44
Hex 6E 32 AC 24 47 0 21 10E 37 2C
Octal 156 62 254 44 107 0 41 416 67 54
Binary 1101110 110010 10101100 100100 1000111 0 100001 100001110 110111 101100

Color Harmonies of #6E32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E32AC

Black with #6E32AC

Text Example


Text Example

White with #6E32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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