#530BB4

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

Shades of Purple Heart #530BB4

Tints of Purple Heart #530BB4

Color information

#530BB4 (or 0x530BB4) is unknown color: approx Purple Heart. HEX triplet: 53, 0B and B4. RGB value is (83,11,180). Sum of RGB (Red+Green+Blue) = 83+11+180=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #530BB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BB4 is #ACF44B. Grayscale: #333333. Windows color (decimal): -11334732 or 11799379. OLE color: 11799379.

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

Color convert

RGB8311180-
CMYK0.540.9400.29
HSL265.56º88.48%37.45%-
HSV(B)265.56º93.89%70.59%-
XYZ11.935.3743.59-
YUV51.79200.35150.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 11 (4.69% from 255) = 4.01%
BLUE value IS 180 (70.70% from 255) = 65.69%
R=30.29%
G=4.01%
B=65.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83111800.540.9400.29265.5688.4837.45
Hex53BB4365E01D10a5825
Octal123132646613603541213045
Binary101001110111011010011011010111100111011000010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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