#5615CA

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

Shades of Purple Heart #5615CA

Tints of Purple Heart #5615CA

Color information

#5615CA (or 0x5615CA) is unknown color: approx Purple Heart. HEX triplet: 56, 15 and CA. RGB value is (86,21,202). Sum of RGB (Red+Green+Blue) = 86+21+202=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #5615CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5615CA is #A9EA35. Grayscale: #3C3C3C. Windows color (decimal): -11135542 or 13243734. OLE color: 13243734.

HSL color Cylindrical-coordinate representation of color #5615CA: hue angle of 261.55º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5615CA is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8621202-
CMYK0.570.9000.21
HSL261.55º81.17%43.73%-
HSV(B)261.55º89.6%79.22%-
XYZ14.776.7856.41-
YUV61.07207.53145.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 21 (8.59% from 255) = 6.80%
BLUE value IS 202 (79.30% from 255) = 65.37%
R=27.83%
G=6.80%
B=65.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86212020.570.9000.21261.5581.1743.73
Hex5615CA395A015106512c
Octal126253127113202540612154
Binary1010110101011100101011100110110100101011000001101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5615CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5615CA; }

 p { color: rgb(86,21,202); }

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

<style>
 a { background-color: #5615CA; }

 a { background-color: rgb(86,21,202); }

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

<style>
 span { border-color: #5615CA; }

 span { border-color: rgb(86,21,202); }

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