#5B35B1

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

Shades of Purple Heart #5B35B1

Tints of Purple Heart #5B35B1

Color information

#5B35B1 (or 0x5B35B1) is unknown color: approx Purple Heart. HEX triplet: 5B, 35 and B1. RGB value is (91,53,177). Sum of RGB (Red+Green+Blue) = 91+53+177=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #5B35B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B35B1 is #A4CA4E. Grayscale: #4E4E4E. Windows color (decimal): -10799695 or 11613531. OLE color: 11613531.

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

Color convert

RGB9153177-
CMYK0.490.7000.31
HSL258.39º53.91%45.1%-
HSV(B)258.39º70.06%69.41%-
XYZ13.527.9442.42-
YUV78.5183.59136.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.35%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 177 (69.53% from 255) = 55.14%
R=28.35%
G=16.51%
B=55.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91531770.490.7000.31258.3953.9145.1
Hex5B35B1314601F102362d
Octal13365261611060374026655
Binary1011011110101101100011100011000110011111100000010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B35B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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