Html Css Color HEX #5636BF Purple Heart

📋 copy color: '#5636BF'

red 86 ◦ green 54 ◦ blue 191

#5636BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5636BF

Tints of Purple Heart #5636BF

RGB

 RED value IS 86 (33.98% from 255) = 25.98%

 GREEN value IS 54 (21.48% from 255) = 16.31%

 BLUE value IS 191 (75% from 255) = 57.7%

R = 25.98%
G = 16.31%
B = 57.7%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5636BF (or 0x5636BF) is known color: Purple Heart. HEX triplet: 56, 36 and BF. RGB value is (86,54,191). Sum of RGB (Red+Green+Blue) = 86+54+191=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #5636BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5636BF is #A9C940. Grayscale: #4E4E4E. Windows color (decimal): -11127105 or 12531286. OLE color: 12531286.

HSL color Cylindrical-coordinate representation of color #5636BF: hue angle of 254.01º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5636BF is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 54 191 -
CMYK 0.55 0.72 0 0.25
HSL 254.01º 0.56% 0.48% -
HSV(B) 254.01º 0.72% 0.75% -
XYZ 14.56 8.38 50.14 -
YUV 79.19 191.1 132.86 -
System Red Green Blue C M Y K H S L
Decimal 86 54 191 0.55 0.72 0 0.25 254.01 0.56 0.48
Hex 56 36 BF 37 48 0 19 FE 38 30
Octal 126 66 277 67 110 0 31 376 70 60
Binary 1010110 110110 10111111 110111 1001000 0 11001 11111110 111000 110000

Color Harmonies of #5636BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5636BF

Black with #5636BF

Text Example


Text Example

White with #5636BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,54,191); }

 H1.HeaderClassName
 {
   color: #5636BF;
 }
 .AnyTagClassName
 {
   color: #5636BF;
 }
</style>

background-color css

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

 a { background-color: rgb(86,54,191); }

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

border-color css

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

 span { border-color: rgb(86,54,191); }

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