#530DB0

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

Shades of Purple Heart #530DB0

Tints of Purple Heart #530DB0

Color information

#530DB0 (or 0x530DB0) is unknown color: approx Purple Heart. HEX triplet: 53, 0D and B0. RGB value is (83,13,176). Sum of RGB (Red+Green+Blue) = 83+13+176=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 176 (69.14% from 255 or 64.71% from 272); Max value from RGB is 176 - color contains mainly: blue. Hex color #530DB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530DB0 is #ACF24F. Grayscale: #333333. Windows color (decimal): -11334224 or 11537747. OLE color: 11537747.

HSL color Cylindrical-coordinate representation of color #530DB0: hue angle of 265.77º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530DB0 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8313176-
CMYK0.530.9300.31
HSL265.77º86.24%37.06%-
HSV(B)265.77º92.61%69.02%-
XYZ11.555.2641.48-
YUV52.51197.69149.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 13 (5.47% from 255) = 4.78%
BLUE value IS 176 (69.14% from 255) = 64.71%
R=30.51%
G=4.78%
B=64.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83131760.530.9300.31265.7786.2437.06
Hex53DB0355D01F10a5625
Octal123152606513503741212645
Binary101001111011011000011010110111010111111000010101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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