#5F29CC

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

Shades of Purple Heart #5F29CC

Tints of Purple Heart #5F29CC

Color information

#5F29CC (or 0x5F29CC) is unknown color: approx Purple Heart. HEX triplet: 5F, 29 and CC. RGB value is (95,41,204). Sum of RGB (Red+Green+Blue) = 95+41+204=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F29CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F29CC is #A0D633. Grayscale: #4B4B4B. Windows color (decimal): -10540596 or 13379935. OLE color: 13379935.

HSL color Cylindrical-coordinate representation of color #5F29CC: hue angle of 259.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F29CC is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9541204-
CMYK0.530.8000.2
HSL259.88º66.53%48.04%-
HSV(B)259.88º79.9%80%-
XYZ16.418.3857.88-
YUV75.73200.39141.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.94%
GREEN value IS 41 (16.41% from 255) = 12.06%
BLUE value IS 204 (80.08% from 255) = 60%
R=27.94%
G=12.06%
B=60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal95412040.530.8000.2259.8866.5348.04
Hex5F29CC35500141044330
Octal137513146512002440410360
Binary10111111010011100110011010110100000101001000001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,41,204); }

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

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

 a { background-color: rgb(95,41,204); }

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

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

 span { border-color: rgb(95,41,204); }

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