Html Css Color HEX #5610AB Purple Heart

📋 copy color: '#5610AB'

red 86 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #5610AB

Tints of Purple Heart #5610AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 31.5%
G = 5.86%
B = 62.64%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5610AB (or 0x5610AB) is known color: Purple Heart. HEX triplet: 56, 10 and AB. RGB value is (86,16,171). Sum of RGB (Red+Green+Blue) = 86+16+171=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #5610AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5610AB is #A9EF54. Grayscale: #363636. Windows color (decimal): -11136853 or 11210838. OLE color: 11210838.

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

Color convert

RGB 86 16 171 -
CMYK 0.50 0.91 0 0.33
HSL 267.1º 0.83% 0.37% -
HSV(B) 267.1º 0.91% 0.67% -
XYZ 11.37 5.29 38.95 -
YUV 54.6 193.69 150.4 -
System Red Green Blue C M Y K H S L
Decimal 86 16 171 0.50 0.91 0 0.33 267.1 0.83 0.37
Hex 56 10 AB 32 5B 0 21 10B 53 25
Octal 126 20 253 62 133 0 41 413 123 45
Binary 1010110 10000 10101011 110010 1011011 0 100001 100001011 1010011 100101

Color Harmonies of #5610AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5610AB

Black with #5610AB

Text Example


Text Example

White with #5610AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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