#530CCA

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

Shades of Purple Heart #530CCA

Tints of Purple Heart #530CCA

Color information

#530CCA (or 0x530CCA) is unknown color: approx Purple Heart. HEX triplet: 53, 0C and CA. RGB value is (83,12,202). Sum of RGB (Red+Green+Blue) = 83+12+202=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #530CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CCA is #ACF335. Grayscale: #363636. Windows color (decimal): -11334454 or 13241427. OLE color: 13241427.

HSL color Cylindrical-coordinate representation of color #530CCA: hue angle of 262.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530CCA is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8312202-
CMYK0.590.9400.21
HSL262.42º88.79%41.96%-
HSV(B)262.42º94.06%79.22%-
XYZ14.366.3756.35-
YUV54.89211.02148.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 202 (79.30% from 255) = 68.01%
R=27.95%
G=4.04%
B=68.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83122020.590.9400.21262.4288.7941.96
Hex53CCA3B5E015106592a
Octal123143127313602540613152
Binary101001111001100101011101110111100101011000001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530CCA; }

 p { color: rgb(83,12,202); }

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

<style>
 a { background-color: #530CCA; }

 a { background-color: rgb(83,12,202); }

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

<style>
 span { border-color: #530CCA; }

 span { border-color: rgb(83,12,202); }

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