#5638bd

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

Shades of Purple Heart #5638BD

Tints of Purple Heart #5638BD

Color information

#5638BD (or 0x5638BD) is unknown color: approx Purple Heart. HEX triplet: 56, 38 and BD. RGB value is (86,56,189). Sum of RGB (Red+Green+Blue) = 86+56+189=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #5638BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5638BD is #A9C742. Grayscale: #4F4F4F. Windows color (decimal): -11126595 or 12400726. OLE color: 12400726.

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

Color convert

RGB8656189-
CMYK0.540.7000.26
HSL253.53º54.29%48.04%-
HSV(B)253.53º70.37%74.12%-
XYZ14.448.4849.02-
YUV80.13189.44132.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=25.98%
G=16.92%
B=57.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86561890.540.7000.26253.5354.2948.04
Hex5638BD364601Afe3630
Octal12670275661060323766660
Binary101011011100010111101110110100011001101011111110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5638bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5638bd; }

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

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

<style>
 a { background-color: #5638bd; }

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

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

<style>
 span { border-color: #5638bd; }

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

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