#5612AF

Color #5612AF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5612AF

Tints of Purple Heart #5612AF

Color information

#5612AF (or 0x5612AF) is unknown color: approx Purple Heart. HEX triplet: 56, 12 and AF. RGB value is (86,18,175). Sum of RGB (Red+Green+Blue) = 86+18+175=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #5612AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5612AF is #A9ED50. Grayscale: #373737. Windows color (decimal): -11136337 or 11473494. OLE color: 11473494.

HSL color Cylindrical-coordinate representation of color #5612AF: hue angle of 265.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5612AF is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8618175-
CMYK0.510.9000.31
HSL265.99º81.35%37.84%-
HSV(B)265.99º89.71%68.63%-
XYZ11.795.5141-
YUV56.23195.03149.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 175 (68.75% from 255) = 62.72%
R=30.82%
G=6.45%
B=62.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86181750.510.9000.31265.9981.3537.84
Hex5612AF335A01F10a5126
Octal126222576313203741212146
Binary1010110100101010111111001110110100111111000010101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5612AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5612AF;
 }
 .AnyTagClassName
 {
   color: #5612AF;
 }
</style>
background-color css

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

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

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

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

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

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