#530DAD

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

Shades of Purple Heart #530DAD

Tints of Purple Heart #530DAD

Color information

#530DAD (or 0x530DAD) is unknown color: approx Purple Heart. HEX triplet: 53, 0D and AD. RGB value is (83,13,173). Sum of RGB (Red+Green+Blue) = 83+13+173=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #530DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530DAD is #ACF252. Grayscale: #333333. Windows color (decimal): -11334227 or 11341139. OLE color: 11341139.

HSL color Cylindrical-coordinate representation of color #530DAD: hue angle of 266.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530DAD is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8313173-
CMYK0.520.9200.32
HSL266.25º86.02%36.47%-
HSV(B)266.25º92.49%67.84%-
XYZ11.255.1439.93-
YUV52.17196.19149.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 13 (5.47% from 255) = 4.83%
BLUE value IS 173 (67.97% from 255) = 64.31%
R=30.86%
G=4.83%
B=64.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83131730.520.9200.32266.2586.0236.47
Hex53DAD345C02010a5624
Octal123152556413404041212644
Binary1010011110110101101110100101110001000001000010101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,13,173); }

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

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

 a { background-color: rgb(83,13,173); }

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

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

 span { border-color: rgb(83,13,173); }

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