#530CB1

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

Shades of Purple Heart #530CB1

Tints of Purple Heart #530CB1

Color information

#530CB1 (or 0x530CB1) is unknown color: approx Purple Heart. HEX triplet: 53, 0C and B1. RGB value is (83,12,177). Sum of RGB (Red+Green+Blue) = 83+12+177=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #530CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530CB1 is #ACF34E. Grayscale: #333333. Windows color (decimal): -11334479 or 11603027. OLE color: 11603027.

HSL color Cylindrical-coordinate representation of color #530CB1: hue angle of 265.82º degrees, saturation: 0.87, 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 #530CB1 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8312177-
CMYK0.530.9300.31
HSL265.82º87.3%37.06%-
HSV(B)265.82º93.22%69.41%-
XYZ11.635.2842-
YUV52.04198.52150.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 12 (5.08% from 255) = 4.41%
BLUE value IS 177 (69.53% from 255) = 65.07%
R=30.51%
G=4.41%
B=65.07%

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
Decimal83121770.530.9300.31265.8287.337.06
Hex53CB1355D01F10a5725
Octal123142616513503741212745
Binary101001111001011000111010110111010111111000010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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