Html Css Color HEX #6E15A1 Royal Purple

📋 copy color: '#6E15A1'

red 110 ◦ green 21 ◦ blue 161

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

Shades of Royal Purple #6E15A1

Tints of Royal Purple #6E15A1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.19%

 BLUE value IS 161 (63.28% from 255) = 55.14%

R = 37.67%
G = 7.19%
B = 55.14%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6E15A1 (or 0x6E15A1) is known color: Royal Purple. HEX triplet: 6E, 15 and A1. RGB value is (110,21,161). Sum of RGB (Red+Green+Blue) = 110+21+161=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #6E15A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E15A1 is #91EA5E. Grayscale: #3F3F3F. Windows color (decimal): -9562719 or 10556782. OLE color: 10556782.

HSL color Cylindrical-coordinate representation of color #6E15A1: hue angle of 278.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E15A1 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 110 21 161 -
CMYK 0.32 0.87 0 0.37
HSL 278.14º 0.77% 0.36% -
HSV(B) 278.14º 0.87% 0.63% -
XYZ 13.13 6.42 34.27 -
YUV 63.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 110 21 161 0.32 0.87 0 0.37 278.14 0.77 0.36
Hex 6E 15 A1 20 57 0 25 116 4D 24
Octal 156 25 241 40 127 0 45 426 115 44
Binary 1101110 10101 10100001 100000 1010111 0 100101 100010110 1001101 100100

Color Harmonies of #6E15A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E15A1

Black with #6E15A1

Text Example


Text Example

White with #6E15A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,21,161); }

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

background-color css

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

 a { background-color: rgb(110,21,161); }

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

border-color css

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

 span { border-color: rgb(110,21,161); }

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