Html Css Color HEX #6E15AC Purple Heart

📋 copy color: '#6E15AC'

red 110 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #6E15AC

Tints of Purple Heart #6E15AC

RGB

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

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

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

R = 36.3%
G = 6.93%
B = 56.77%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E15AC (or 0x6E15AC) is known color: Purple Heart. HEX triplet: 6E, 15 and AC. RGB value is (110,21,172). Sum of RGB (Red+Green+Blue) = 110+21+172=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E15AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E15AC is #91EA53. Grayscale: #404040. Windows color (decimal): -9562708 or 11277678. OLE color: 11277678.

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

Color convert

RGB 110 21 172 -
CMYK 0.36 0.88 0 0.33
HSL 275.36º 0.78% 0.38% -
HSV(B) 275.36º 0.88% 0.67% -
XYZ 14.14 6.83 39.6 -
YUV 64.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 110 21 172 0.36 0.88 0 0.33 275.36 0.78 0.38
Hex 6E 15 AC 24 58 0 21 113 4E 26
Octal 156 25 254 44 130 0 41 423 116 46
Binary 1101110 10101 10101100 100100 1011000 0 100001 100010011 1001110 100110

Color Harmonies of #6E15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E15AC

Black with #6E15AC

Text Example


Text Example

White with #6E15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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