#5815D5

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

Shades of Purple Heart #5815D5

Tints of Purple Heart #5815D5

Color information

#5815D5 (or 0x5815D5) is unknown color: approx Purple Heart. HEX triplet: 58, 15 and D5. RGB value is (88,21,213). Sum of RGB (Red+Green+Blue) = 88+21+213=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 213 (83.59% from 255 or 66.15% from 322); Max value from RGB is 213 - color contains mainly: blue. Hex color #5815D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5815D5 is #A7EA2A. Grayscale: #3E3E3E. Windows color (decimal): -11004459 or 13964632. OLE color: 13964632.

HSL color Cylindrical-coordinate representation of color #5815D5: hue angle of 260.94º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5815D5 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8821213-
CMYK0.590.9000.16
HSL260.94º82.05%45.88%-
HSV(B)260.94º90.14%83.53%-
XYZ16.37.4263.52-
YUV62.92212.7145.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 21 (8.59% from 255) = 6.52%
BLUE value IS 213 (83.59% from 255) = 66.15%
R=27.33%
G=6.52%
B=66.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal88212130.590.9000.16260.9482.0545.88
Hex5815D53B5A010105522e
Octal130253257313202040512256
Binary1011000101011101010111101110110100100001000001011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5815D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5815D5; }

 p { color: rgb(88,21,213); }

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

<style>
 a { background-color: #5815D5; }

 a { background-color: rgb(88,21,213); }

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

<style>
 span { border-color: #5815D5; }

 span { border-color: rgb(88,21,213); }

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