#6E15B4

Color #6E15B4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6E15B4

Tints of Purple Heart #6E15B4

Color information

#6E15B4 (or 0x6E15B4) is unknown color: approx Purple Heart. HEX triplet: 6E, 15 and B4. RGB value is (110,21,180). Sum of RGB (Red+Green+Blue) = 110+21+180=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E15B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E15B4 is #91EA4B. Grayscale: #414141. Windows color (decimal): -9562700 or 11801966. OLE color: 11801966.

HSL color Cylindrical-coordinate representation of color #6E15B4: hue angle of 273.58º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E15B4 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11021180-
CMYK0.390.8800.29
HSL273.58º79.1%39.41%-
HSV(B)273.58º88.33%70.59%-
XYZ14.947.1543.77-
YUV65.74192.49159.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.37%
GREEN value IS 21 (8.59% from 255) = 6.75%
BLUE value IS 180 (70.70% from 255) = 57.88%
R=35.37%
G=6.75%
B=57.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110211800.390.8800.29273.5879.139.41
Hex6E15B4275801D1124f27
Octal156252644713003542211747
Binary1101110101011011010010011110110000111011000100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E15B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E15B4;
 }
 .AnyTagClassName
 {
   color: #6E15B4;
 }
</style>
background-color css

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

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

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

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

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

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