Html Css Color HEX #5636AC Purple Heart

📋 copy color: '#5636AC'

red 86 ◦ green 54 ◦ blue 172

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

Shades of Purple Heart #5636AC

Tints of Purple Heart #5636AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 27.56%
G = 17.31%
B = 55.13%

CMYK

 C value IS 0.5

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5636AC (or 0x5636AC) is known color: Purple Heart. HEX triplet: 56, 36 and AC. RGB value is (86,54,172). Sum of RGB (Red+Green+Blue) = 86+54+172=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #5636AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5636AC is #A9C953. Grayscale: #4C4C4C. Windows color (decimal): -11127124 or 11286102. OLE color: 11286102.

HSL color Cylindrical-coordinate representation of color #5636AC: hue angle of 256.27º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5636AC is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 54 172 -
CMYK 0.5 0.69 0 0.33
HSL 256.27º 0.52% 0.44% -
HSV(B) 256.27º 0.69% 0.67% -
XYZ 12.6 7.6 39.83 -
YUV 77.02 181.6 134.41 -
System Red Green Blue C M Y K H S L
Decimal 86 54 172 0.5 0.69 0 0.33 256.27 0.52 0.44
Hex 56 36 AC 32 45 0 21 100 34 2C
Octal 126 66 254 62 105 0 41 400 64 54
Binary 1010110 110110 10101100 110010 1000101 0 100001 100000000 110100 101100

Color Harmonies of #5636AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5636AC

Black with #5636AC

Text Example


Text Example

White with #5636AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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