#530CD1

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

Shades of Purple Heart #530CD1

Tints of Purple Heart #530CD1

Color information

#530CD1 (or 0x530CD1) is unknown color: approx Purple Heart. HEX triplet: 53, 0C and D1. RGB value is (83,12,209). Sum of RGB (Red+Green+Blue) = 83+12+209=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 209 (82.03% from 255 or 68.75% from 304); Max value from RGB is 209 - color contains mainly: blue. Hex color #530CD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CD1 is #ACF32E. Grayscale: #363636. Windows color (decimal): -11334447 or 13700179. OLE color: 13700179.

HSL color Cylindrical-coordinate representation of color #530CD1: hue angle of 261.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530CD1 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8312209-
CMYK0.600.9400.18
HSL261.62º89.14%43.33%-
HSV(B)261.62º94.26%81.96%-
XYZ15.216.7160.81-
YUV55.69214.52147.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 209 (82.03% from 255) = 68.75%
R=27.30%
G=3.95%
B=68.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal83122090.600.9400.18261.6289.1443.33
Hex53CD13C5E012106592b
Octal123143217413602240613153
Binary101001111001101000111110010111100100101000001101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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