#5129CC

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

Shades of Purple Heart #5129CC

Tints of Purple Heart #5129CC

Color information

#5129CC (or 0x5129CC) is unknown color: approx Purple Heart. HEX triplet: 51, 29 and CC. RGB value is (81,41,204). Sum of RGB (Red+Green+Blue) = 81+41+204=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #5129CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5129CC is #AED633. Grayscale: #464646. Windows color (decimal): -11458100 or 13379921. OLE color: 13379921.

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

Color convert

RGB8141204-
CMYK0.600.8000.2
HSL254.72º66.53%48.04%-
HSV(B)254.72º79.9%80%-
XYZ15.097.6957.82-
YUV71.54202.75134.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 204 (80.08% from 255) = 62.58%
R=24.85%
G=12.58%
B=62.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal81412040.600.8000.2254.7266.5348.04
Hex5129CC3C50014ff4330
Octal121513147412002437710360
Binary1010001101001110011001111001010000010100111111111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5129CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5129CC; }

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

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

<style>
 a { background-color: #5129CC; }

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

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

<style>
 span { border-color: #5129CC; }

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

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