#530BB0

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

Shades of Purple Heart #530BB0

Tints of Purple Heart #530BB0

Color information

#530BB0 (or 0x530BB0) is unknown color: approx Purple Heart. HEX triplet: 53, 0B and B0. RGB value is (83,11,176). Sum of RGB (Red+Green+Blue) = 83+11+176=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #530BB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530BB0 is #ACF44F. Grayscale: #323232. Windows color (decimal): -11334736 or 11537235. OLE color: 11537235.

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

Color convert

RGB8311176-
CMYK0.530.9400.31
HSL266.18º88.24%36.67%-
HSV(B)266.18º93.75%69.02%-
XYZ11.525.2141.47-
YUV51.34198.35150.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 176 (69.14% from 255) = 65.19%
R=30.74%
G=4.07%
B=65.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83111760.530.9400.31266.1888.2436.67
Hex53BB0355E01F10a5825
Octal123132606513603741213045
Binary101001110111011000011010110111100111111000010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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