#5B35AF

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

Shades of Purple Heart #5B35AF

Tints of Purple Heart #5B35AF

Color information

#5B35AF (or 0x5B35AF) is unknown color: approx Purple Heart. HEX triplet: 5B, 35 and AF. RGB value is (91,53,175). Sum of RGB (Red+Green+Blue) = 91+53+175=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B35AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B35AF is #A4CA50. Grayscale: #4D4D4D. Windows color (decimal): -10799697 or 11482459. OLE color: 11482459.

HSL color Cylindrical-coordinate representation of color #5B35AF: hue angle of 258.69º 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 #5B35AF is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9153175-
CMYK0.480.7000.31
HSL258.69º53.51%44.71%-
HSV(B)258.69º69.71%68.63%-
XYZ13.337.8741.37-
YUV78.27182.59137.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.53%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=28.53%
G=16.61%
B=54.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91531750.480.7000.31258.6953.5144.71
Hex5B35AF304601F103362d
Octal13365257601060374036655
Binary1011011110101101011111100001000110011111100000011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B35AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B35AF; }

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

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

<style>
 a { background-color: #5B35AF; }

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

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

<style>
 span { border-color: #5B35AF; }

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

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