Html Css Color HEX #5612AD Purple Heart

📋 copy color: '#5612AD'

red 86 ◦ green 18 ◦ blue 173

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

Shades of Purple Heart #5612AD

Tints of Purple Heart #5612AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

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

R = 31.05%
G = 6.5%
B = 62.45%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5612AD (or 0x5612AD) is known color: Purple Heart. HEX triplet: 56, 12 and AD. RGB value is (86,18,173). Sum of RGB (Red+Green+Blue) = 86+18+173=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #5612AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5612AD is #A9ED52. Grayscale: #373737. Windows color (decimal): -11136339 or 11342422. OLE color: 11342422.

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

Color convert

RGB 86 18 173 -
CMYK 0.50 0.90 0 0.32
HSL 266.32º 0.81% 0.37% -
HSV(B) 266.32º 0.9% 0.68% -
XYZ 11.6 5.43 39.97 -
YUV 56 194.03 149.4 -
System Red Green Blue C M Y K H S L
Decimal 86 18 173 0.50 0.90 0 0.32 266.32 0.81 0.37
Hex 56 12 AD 32 5A 0 20 10A 51 25
Octal 126 22 255 62 132 0 40 412 121 45
Binary 1010110 10010 10101101 110010 1011010 0 100000 100001010 1010001 100101

Color Harmonies of #5612AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5612AD

Black with #5612AD

Text Example


Text Example

White with #5612AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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