#5A29CC

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

Shades of Purple Heart #5A29CC

Tints of Purple Heart #5A29CC

Color information

#5A29CC (or 0x5A29CC) is unknown color: approx Purple Heart. HEX triplet: 5A, 29 and CC. RGB value is (90,41,204). Sum of RGB (Red+Green+Blue) = 90+41+204=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A29CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A29CC is #A5D633. Grayscale: #494949. Windows color (decimal): -10868276 or 13379930. OLE color: 13379930.

HSL color Cylindrical-coordinate representation of color #5A29CC: hue angle of 258.04º 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 #5A29CC is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9041204-
CMYK0.560.8000.2
HSL258.04º66.53%48.04%-
HSV(B)258.04º79.9%80%-
XYZ15.918.1257.86-
YUV74.23201.23139.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.87%
GREEN value IS 41 (16.41% from 255) = 12.24%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=26.87%
G=12.24%
B=60.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal90412040.560.8000.2258.0466.5348.04
Hex5A29CC38500141024330
Octal132513147012002440210360
Binary10110101010011100110011100010100000101001000000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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