#5F10CA

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

Shades of Purple Heart #5F10CA

Tints of Purple Heart #5F10CA

Color information

#5F10CA (or 0x5F10CA) is unknown color: approx Purple Heart. HEX triplet: 5F, 10 and CA. RGB value is (95,16,202). Sum of RGB (Red+Green+Blue) = 95+16+202=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F10CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F10CA is #A0EF35. Grayscale: #3C3C3C. Windows color (decimal): -10546998 or 13242463. OLE color: 13242463.

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

Color convert

RGB9516202-
CMYK0.530.9200.21
HSL265.48º85.32%42.75%-
HSV(B)265.48º92.08%79.22%-
XYZ15.577.0756.42-
YUV60.82207.67152.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.35%
GREEN value IS 16 (6.64% from 255) = 5.11%
BLUE value IS 202 (79.30% from 255) = 64.54%
R=30.35%
G=5.11%
B=64.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95162020.530.9200.21265.4885.3242.75
Hex5F10CA355C015109552b
Octal137203126513402541112553
Binary1011111100001100101011010110111000101011000010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F10CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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