#5327BF

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

Shades of Purple Heart #5327BF

Tints of Purple Heart #5327BF

Color information

#5327BF (or 0x5327BF) is unknown color: approx Purple Heart. HEX triplet: 53, 27 and BF. RGB value is (83,39,191). Sum of RGB (Red+Green+Blue) = 83+39+191=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #5327BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5327BF is #ACD840. Grayscale: #444444. Windows color (decimal): -11327553 or 12527443. OLE color: 12527443.

HSL color Cylindrical-coordinate representation of color #5327BF: hue angle of 257.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5327BF is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8339191-
CMYK0.570.8000.25
HSL257.37º66.09%45.1%-
HSV(B)257.37º79.58%74.9%-
XYZ13.77.0549.93-
YUV69.48196.58137.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 39 (15.62% from 255) = 12.46%
BLUE value IS 191 (75% from 255) = 61.02%
R=26.52%
G=12.46%
B=61.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83391910.570.8000.25257.3766.0945.1
Hex5327BF3950019101422d
Octal123472777112003140110255
Binary10100111001111011111111100110100000110011000000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5327BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5327BF; }

 p { color: rgb(83,39,191); }

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

<style>
 a { background-color: #5327BF; }

 a { background-color: rgb(83,39,191); }

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

<style>
 span { border-color: #5327BF; }

 span { border-color: rgb(83,39,191); }

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