Html Css Color HEX #5613AB Purple Heart

📋 copy color: '#5613AB'

red 86 ◦ green 19 ◦ blue 171

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

Shades of Purple Heart #5613AB

Tints of Purple Heart #5613AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 31.16%
G = 6.88%
B = 61.96%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5613AB (or 0x5613AB) is known color: Purple Heart. HEX triplet: 56, 13 and AB. RGB value is (86,19,171). Sum of RGB (Red+Green+Blue) = 86+19+171=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #5613AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5613AB is #A9EC54. Grayscale: #373737. Windows color (decimal): -11136085 or 11211606. OLE color: 11211606.

HSL color Cylindrical-coordinate representation of color #5613AB: hue angle of 266.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5613AB is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 19 171 -
CMYK 0.50 0.89 0 0.33
HSL 266.45º 0.8% 0.37% -
HSV(B) 266.45º 0.89% 0.67% -
XYZ 11.42 5.38 38.97 -
YUV 56.36 192.7 149.14 -
System Red Green Blue C M Y K H S L
Decimal 86 19 171 0.50 0.89 0 0.33 266.45 0.8 0.37
Hex 56 13 AB 32 59 0 21 10A 50 25
Octal 126 23 253 62 131 0 41 412 120 45
Binary 1010110 10011 10101011 110010 1011001 0 100001 100001010 1010000 100101

Color Harmonies of #5613AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5613AB

Black with #5613AB

Text Example


Text Example

White with #5613AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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