Html Css Color HEX #5610AD Purple Heart

📋 copy color: '#5610AD'

red 86 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #5610AD

Tints of Purple Heart #5610AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.91%

R = 31.27%
G = 5.82%
B = 62.91%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5610AD (or 0x5610AD) is known color: Purple Heart. HEX triplet: 56, 10 and AD. RGB value is (86,16,173). Sum of RGB (Red+Green+Blue) = 86+16+173=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #5610AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5610AD is #A9EF52. Grayscale: #363636. Windows color (decimal): -11136851 or 11341910. OLE color: 11341910.

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

Color convert

RGB 86 16 173 -
CMYK 0.50 0.91 0 0.32
HSL 266.75º 0.83% 0.37% -
HSV(B) 266.75º 0.91% 0.68% -
XYZ 11.57 5.37 39.96 -
YUV 54.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 86 16 173 0.50 0.91 0 0.32 266.75 0.83 0.37
Hex 56 10 AD 32 5B 0 20 10B 53 25
Octal 126 20 255 62 133 0 40 413 123 45
Binary 1010110 10000 10101101 110010 1011011 0 100000 100001011 1010011 100101

Color Harmonies of #5610AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5610AD

Black with #5610AD

Text Example


Text Example

White with #5610AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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