Html Css Color HEX #5634AB Purple Heart

📋 copy color: '#5634AB'

red 86 ◦ green 52 ◦ blue 171

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

Shades of Purple Heart #5634AB

Tints of Purple Heart #5634AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 27.83%
G = 16.83%
B = 55.34%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5634AB (or 0x5634AB) is known color: Purple Heart. HEX triplet: 56, 34 and AB. RGB value is (86,52,171). Sum of RGB (Red+Green+Blue) = 86+52+171=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #5634AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5634AB is #A9CB54. Grayscale: #4B4B4B. Windows color (decimal): -11127637 or 11220054. OLE color: 11220054.

HSL color Cylindrical-coordinate representation of color #5634AB: hue angle of 257.14º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5634AB is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 52 171 -
CMYK 0.50 0.70 0 0.33
HSL 257.14º 0.53% 0.44% -
HSV(B) 257.14º 0.7% 0.67% -
XYZ 12.42 7.37 39.3 -
YUV 75.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 86 52 171 0.50 0.70 0 0.33 257.14 0.53 0.44
Hex 56 34 AB 32 46 0 21 101 35 2C
Octal 126 64 253 62 106 0 41 401 65 54
Binary 1010110 110100 10101011 110010 1000110 0 100001 100000001 110101 101100

Color Harmonies of #5634AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5634AB

Black with #5634AB

Text Example


Text Example

White with #5634AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5634AB; }

 p { color: rgb(86,52,171); }

 H1.HeaderClassName
 {
   color: #5634AB;
 }
 .AnyTagClassName
 {
   color: #5634AB;
 }
</style>

background-color css

<style>
 a { background-color: #5634AB; }

 a { background-color: rgb(86,52,171); }

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

border-color css

<style>
 span { border-color: #5634AB; }

 span { border-color: rgb(86,52,171); }

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