#5305B8

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

Shades of Purple Heart #5305B8

Tints of Purple Heart #5305B8

Color information

#5305B8 (or 0x5305B8) is unknown color: approx Purple Heart. HEX triplet: 53, 05 and B8. RGB value is (83,5,184). Sum of RGB (Red+Green+Blue) = 83+5+184=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 184 (72.27% from 255 or 67.65% from 272); Max value from RGB is 184 - color contains mainly: blue. Hex color #5305B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5305B8 is #ACFA47. Grayscale: #303030. Windows color (decimal): -11336264 or 12059987. OLE color: 12059987.

HSL color Cylindrical-coordinate representation of color #5305B8: hue angle of 266.15º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5305B8 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB835184-
CMYK0.550.9700.28
HSL266.15º94.71%37.06%-
HSV(B)266.15º97.28%72.16%-
XYZ12.275.4145.74-
YUV48.73204.34152.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 184 (72.27% from 255) = 67.65%
R=30.51%
G=1.84%
B=67.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8351840.550.9700.28266.1594.7137.06
Hex535B8376101C10a5f25
Octal12352706714103441213745
Binary10100111011011100011011111000010111001000010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5305B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5305B8; }

 p { color: rgb(83,5,184); }

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

<style>
 a { background-color: #5305B8; }

 a { background-color: rgb(83,5,184); }

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

<style>
 span { border-color: #5305B8; }

 span { border-color: rgb(83,5,184); }

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