#6015CA

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

Shades of Purple Heart #6015CA

Tints of Purple Heart #6015CA

Color information

#6015CA (or 0x6015CA) is unknown color: approx Purple Heart. HEX triplet: 60, 15 and CA. RGB value is (96,21,202). Sum of RGB (Red+Green+Blue) = 96+21+202=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #6015CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015CA is #9FEA35. Grayscale: #3F3F3F. Windows color (decimal): -10480182 or 13243744. OLE color: 13243744.

HSL color Cylindrical-coordinate representation of color #6015CA: hue angle of 264.86º 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 #6015CA is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9621202-
CMYK0.520.9000.21
HSL264.86º81.17%43.73%-
HSV(B)264.86º89.6%79.22%-
XYZ15.757.2956.45-
YUV64.06205.85150.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 202 (79.30% from 255) = 63.32%
R=30.09%
G=6.58%
B=63.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96212020.520.9000.21264.8681.1743.73
Hex6015CA345A015109512c
Octal140253126413202541112154
Binary1100000101011100101011010010110100101011000010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6015CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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