Html Css Color HEX #6E32AD Royal Purple

📋 copy color: '#6E32AD'

red 110 ◦ green 50 ◦ blue 173

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

Shades of Royal Purple #6E32AD

Tints of Royal Purple #6E32AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 33.03%
G = 15.02%
B = 51.95%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E32AD (or 0x6E32AD) is known color: Royal Purple. HEX triplet: 6E, 32 and AD. RGB value is (110,50,173). Sum of RGB (Red+Green+Blue) = 110+50+173=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E32AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E32AD is #91CD52. Grayscale: #515151. Windows color (decimal): -9555283 or 11350638. OLE color: 11350638.

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

Color convert

RGB 110 50 173 -
CMYK 0.36 0.71 0 0.32
HSL 269.27º 0.55% 0.44% -
HSV(B) 269.27º 0.71% 0.68% -
XYZ 15.11 8.61 40.4 -
YUV 81.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 110 50 173 0.36 0.71 0 0.32 269.27 0.55 0.44
Hex 6E 32 AD 24 47 0 20 10D 37 2C
Octal 156 62 255 44 107 0 40 415 67 54
Binary 1101110 110010 10101101 100100 1000111 0 100000 100001101 110111 101100

Color Harmonies of #6E32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E32AD

Black with #6E32AD

Text Example


Text Example

White with #6E32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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