#5309B2

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

Shades of Purple Heart #5309B2

Tints of Purple Heart #5309B2

Color information

#5309B2 (or 0x5309B2) is unknown color: approx Purple Heart. HEX triplet: 53, 09 and B2. RGB value is (83,9,178). Sum of RGB (Red+Green+Blue) = 83+9+178=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 178 (69.92% from 255 or 65.93% from 270); Max value from RGB is 178 - color contains mainly: blue. Hex color #5309B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5309B2 is #ACF64D. Grayscale: #313131. Windows color (decimal): -11335246 or 11667795. OLE color: 11667795.

HSL color Cylindrical-coordinate representation of color #5309B2: hue angle of 266.27º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5309B2 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB839178-
CMYK0.530.9500.30
HSL266.27º90.37%36.67%-
HSV(B)266.27º94.94%69.8%-
XYZ11.75.2542.52-
YUV50.39200.02151.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 178 (69.92% from 255) = 65.93%
R=30.74%
G=3.33%
B=65.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8391780.530.9500.30266.2790.3736.67
Hex539B2355F01E10a5a25
Octal123112626513703641213245
Binary101001110011011001011010110111110111101000010101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5309B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5309B2; }

 p { color: rgb(83,9,178); }

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

<style>
 a { background-color: #5309B2; }

 a { background-color: rgb(83,9,178); }

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

<style>
 span { border-color: #5309B2; }

 span { border-color: rgb(83,9,178); }

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