#6004CA

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

Shades of Purple Heart #6004CA

Tints of Purple Heart #6004CA

Color information

#6004CA (or 0x6004CA) is unknown color: approx Purple Heart. HEX triplet: 60, 04 and CA. RGB value is (96,4,202). Sum of RGB (Red+Green+Blue) = 96+4+202=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #6004CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6004CA is #9FFB35. Grayscale: #353535. Windows color (decimal): -10484534 or 13239392. OLE color: 13239392.

HSL color Cylindrical-coordinate representation of color #6004CA: hue angle of 267.88º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6004CA is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB964202-
CMYK0.520.9800.21
HSL267.88º96.12%40.39%-
HSV(B)267.88º98.02%79.22%-
XYZ15.536.8456.38-
YUV54.08211.48157.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 202 (79.30% from 255) = 66.89%
R=31.79%
G=1.32%
B=66.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9642020.520.9800.21267.8896.1240.39
Hex604CA346201510c6028
Octal14043126414202541414050
Binary11000001001100101011010011000100101011000011001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6004CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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