Html Css Color HEX #6E19AA Purple Heart

📋 copy color: '#6E19AA'

red 110 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #6E19AA

Tints of Purple Heart #6E19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

 BLUE value IS 170 (66.8% from 255) = 55.74%

R = 36.07%
G = 8.2%
B = 55.74%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E19AA (or 0x6E19AA) is known color: Purple Heart. HEX triplet: 6E, 19 and AA. RGB value is (110,25,170). Sum of RGB (Red+Green+Blue) = 110+25+170=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E19AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E19AA is #91E655. Grayscale: #424242. Windows color (decimal): -9561686 or 11147630. OLE color: 11147630.

HSL color Cylindrical-coordinate representation of color #6E19AA: hue angle of 275.17º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E19AA is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 25 170 -
CMYK 0.35 0.85 0 0.33
HSL 275.17º 0.74% 0.38% -
HSV(B) 275.17º 0.85% 0.67% -
XYZ 14.03 6.91 38.62 -
YUV 66.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 110 25 170 0.35 0.85 0 0.33 275.17 0.74 0.38
Hex 6E 19 AA 23 55 0 21 113 4A 26
Octal 156 31 252 43 125 0 41 423 112 46
Binary 1101110 11001 10101010 100011 1010101 0 100001 100010011 1001010 100110

Color Harmonies of #6E19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E19AA

Black with #6E19AA

Text Example


Text Example

White with #6E19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,170); }

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

background-color css

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

 a { background-color: rgb(110,25,170); }

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

border-color css

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

 span { border-color: rgb(110,25,170); }

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