#5512AF

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

Shades of Purple Heart #5512AF

Tints of Purple Heart #5512AF

Color information

#5512AF (or 0x5512AF) is unknown color: approx Purple Heart. HEX triplet: 55, 12 and AF. RGB value is (85,18,175). Sum of RGB (Red+Green+Blue) = 85+18+175=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #5512AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5512AF is #AAED50. Grayscale: #373737. Windows color (decimal): -11201873 or 11473493. OLE color: 11473493.

HSL color Cylindrical-coordinate representation of color #5512AF: hue angle of 265.61º 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 #5512AF is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8518175-
CMYK0.510.9000.31
HSL265.61º81.35%37.84%-
HSV(B)265.61º89.71%68.63%-
XYZ11.75.4640.99-
YUV55.93195.2148.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 175 (68.75% from 255) = 62.95%
R=30.58%
G=6.47%
B=62.95%

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
Decimal85181750.510.9000.31265.6181.3537.84
Hex5512AF335A01F10a5126
Octal125222576313203741212146
Binary1010101100101010111111001110110100111111000010101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5512AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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