#5335AF

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

Shades of Purple Heart #5335AF

Tints of Purple Heart #5335AF

Color information

#5335AF (or 0x5335AF) is unknown color: approx Purple Heart. HEX triplet: 53, 35 and AF. RGB value is (83,53,175). Sum of RGB (Red+Green+Blue) = 83+53+175=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #5335AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5335AF is #ACCA50. Grayscale: #4B4B4B. Windows color (decimal): -11323985 or 11482451. OLE color: 11482451.

HSL color Cylindrical-coordinate representation of color #5335AF: hue angle of 254.75º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5335AF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8353175-
CMYK0.530.7000.31
HSL254.75º53.51%44.71%-
HSV(B)254.75º69.71%68.63%-
XYZ12.587.4841.34-
YUV75.88183.94133.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=26.69%
G=17.04%
B=56.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83531750.530.7000.31254.7553.5144.71
Hex5335AF354601Fff362d
Octal12365257651060373776655
Binary101001111010110101111110101100011001111111111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5335AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,53,175); }

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

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

 a { background-color: rgb(83,53,175); }

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

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

 span { border-color: rgb(83,53,175); }

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