#5300BB

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

Shades of Purple Heart #5300BB

Tints of Purple Heart #5300BB

Color information

#5300BB (or 0x5300BB) is unknown color: approx Purple Heart. HEX triplet: 53, 00 and BB. RGB value is (83,0,187). Sum of RGB (Red+Green+Blue) = 83+0+187=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #5300BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5300BB is #ACFF44. Grayscale: #2D2D2D. Windows color (decimal): -11337541 or 12255315. OLE color: 12255315.

HSL color Cylindrical-coordinate representation of color #5300BB: hue angle of 266.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300BB is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB830187-
CMYK0.56100.27
HSL266.63º100%36.67%-
HSV(B)266.63º100%73.33%-
XYZ12.545.4347.4-
YUV46.14207.5154.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 69.26%
R=30.74%
G=0%
B=69.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8301870.56100.27266.6310036.67
Hex530BB386401B10b6425
Octal12302737014403341314445
Binary101001101011101111100011001000110111000010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5300BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5300BB; }

 p { color: rgb(83,0,187); }

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

<style>
 a { background-color: #5300BB; }

 a { background-color: rgb(83,0,187); }

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

<style>
 span { border-color: #5300BB; }

 span { border-color: rgb(83,0,187); }

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