#5633BD

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

Shades of Purple Heart #5633BD

Tints of Purple Heart #5633BD

Color information

#5633BD (or 0x5633BD) is unknown color: approx Purple Heart. HEX triplet: 56, 33 and BD. RGB value is (86,51,189). Sum of RGB (Red+Green+Blue) = 86+51+189=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #5633BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5633BD is #A9CC42. Grayscale: #4C4C4C. Windows color (decimal): -11127875 or 12399446. OLE color: 12399446.

HSL color Cylindrical-coordinate representation of color #5633BD: hue angle of 255.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5633BD is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8651189-
CMYK0.540.7300.26
HSL255.22º57.5%47.06%-
HSV(B)255.22º73.02%74.12%-
XYZ14.218.0248.94-
YUV77.2191.1134.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=26.38%
G=15.64%
B=57.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86511890.540.7300.26255.2257.547.06
Hex5633BD364901Aff3a2f
Octal12663275661110323777257
Binary101011011001110111101110110100100101101011111111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5633BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5633BD; }

 p { color: rgb(86,51,189); }

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

<style>
 a { background-color: #5633BD; }

 a { background-color: rgb(86,51,189); }

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

<style>
 span { border-color: #5633BD; }

 span { border-color: rgb(86,51,189); }

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