Html Css Color HEX #5636CE Purple Heart

📋 copy color: '#5636CE'

red 86 ◦ green 54 ◦ blue 206

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

Shades of Purple Heart #5636CE

Tints of Purple Heart #5636CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 24.86%
G = 15.61%
B = 59.54%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5636CE (or 0x5636CE) is known color: Purple Heart. HEX triplet: 56, 36 and CE. RGB value is (86,54,206). Sum of RGB (Red+Green+Blue) = 86+54+206=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #5636CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5636CE is #A9C931. Grayscale: #505050. Windows color (decimal): -11127090 or 13514326. OLE color: 13514326.

HSL color Cylindrical-coordinate representation of color #5636CE: hue angle of 252.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5636CE is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 54 206 -
CMYK 0.58 0.74 0 0.19
HSL 252.63º 0.61% 0.51% -
HSV(B) 252.63º 0.74% 0.81% -
XYZ 16.3 9.07 59.28 -
YUV 80.9 198.6 131.64 -
System Red Green Blue C M Y K H S L
Decimal 86 54 206 0.58 0.74 0 0.19 252.63 0.61 0.51
Hex 56 36 CE 3A 4A 0 13 FD 3D 33
Octal 126 66 316 72 112 0 23 375 75 63
Binary 1010110 110110 11001110 111010 1001010 0 10011 11111101 111101 110011

Color Harmonies of #5636CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5636CE

Black with #5636CE

Text Example


Text Example

White with #5636CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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