Html Css Color HEX #5636BE Purple Heart

📋 copy color: '#5636BE'

red 86 ◦ green 54 ◦ blue 190

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

Shades of Purple Heart #5636BE

Tints of Purple Heart #5636BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 26.06%
G = 16.36%
B = 57.58%

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

#5636BE (or 0x5636BE) is known color: Purple Heart. HEX triplet: 56, 36 and BE. RGB value is (86,54,190). Sum of RGB (Red+Green+Blue) = 86+54+190=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #5636BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5636BE is #A9C941. Grayscale: #4E4E4E. Windows color (decimal): -11127106 or 12465750. OLE color: 12465750.

HSL color Cylindrical-coordinate representation of color #5636BE: hue angle of 254.12º 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 #5636BE is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 54 190 -
CMYK 0.55 0.72 0 0.25
HSL 254.12º 0.56% 0.48% -
HSV(B) 254.12º 0.72% 0.75% -
XYZ 14.45 8.33 49.56 -
YUV 79.07 190.6 132.94 -
System Red Green Blue C M Y K H S L
Decimal 86 54 190 0.55 0.72 0 0.25 254.12 0.56 0.48
Hex 56 36 BE 37 48 0 19 FE 38 30
Octal 126 66 276 67 110 0 31 376 70 60
Binary 1010110 110110 10111110 110111 1001000 0 11001 11111110 111000 110000

Color Harmonies of #5636BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5636BE

Black with #5636BE

Text Example


Text Example

White with #5636BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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