#5F02CA

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

Shades of Purple Heart #5F02CA

Tints of Purple Heart #5F02CA

Color information

#5F02CA (or 0x5F02CA) is unknown color: approx Purple Heart. HEX triplet: 5F, 02 and CA. RGB value is (95,2,202). Sum of RGB (Red+Green+Blue) = 95+2+202=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F02CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F02CA is #A0FD35. Grayscale: #333333. Windows color (decimal): -10550582 or 13238879. OLE color: 13238879.

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

Color convert

RGB952202-
CMYK0.530.9900.21
HSL267.9º98.04%40%-
HSV(B)267.9º99.01%79.22%-
XYZ15.46.7456.37-
YUV52.61212.31158.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.77%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 202 (79.30% from 255) = 67.56%
R=31.77%
G=0.67%
B=67.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9522020.530.9900.21267.998.0440
Hex5F2CA356301510c6228
Octal13723126514302541414250
Binary1011111101100101011010111000110101011000011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F02CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F02CA; }

 p { color: rgb(95,2,202); }

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

<style>
 a { background-color: #5F02CA; }

 a { background-color: rgb(95,2,202); }

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

<style>
 span { border-color: #5F02CA; }

 span { border-color: rgb(95,2,202); }

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