Html Css Color HEX #5637AC Purple Heart

📋 copy color: '#5637AC'

red 86 ◦ green 55 ◦ blue 172

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

Shades of Purple Heart #5637AC

Tints of Purple Heart #5637AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 27.48%
G = 17.57%
B = 54.95%

CMYK

 C value IS 0.5

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5637AC (or 0x5637AC) is known color: Purple Heart. HEX triplet: 56, 37 and AC. RGB value is (86,55,172). Sum of RGB (Red+Green+Blue) = 86+55+172=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #5637AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5637AC is #A9C853. Grayscale: #4D4D4D. Windows color (decimal): -11126868 or 11286358. OLE color: 11286358.

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

Color convert

RGB 86 55 172 -
CMYK 0.5 0.68 0 0.33
HSL 255.9º 0.52% 0.45% -
HSV(B) 255.9º 0.68% 0.67% -
XYZ 12.65 7.69 39.85 -
YUV 77.61 181.27 133.99 -
System Red Green Blue C M Y K H S L
Decimal 86 55 172 0.5 0.68 0 0.33 255.9 0.52 0.45
Hex 56 37 AC 32 44 0 21 100 34 2D
Octal 126 67 254 62 104 0 41 400 64 55
Binary 1010110 110111 10101100 110010 1000100 0 100001 100000000 110100 101101

Color Harmonies of #5637AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5637AC

Black with #5637AC

Text Example


Text Example

White with #5637AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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