#5B09AF

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

Shades of Purple Heart #5B09AF

Tints of Purple Heart #5B09AF

Color information

#5B09AF (or 0x5B09AF) is unknown color: approx Purple Heart. HEX triplet: 5B, 09 and AF. RGB value is (91,9,175). Sum of RGB (Red+Green+Blue) = 91+9+175=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B09AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B09AF is #A4F650. Grayscale: #333333. Windows color (decimal): -10810961 or 11471195. OLE color: 11471195.

HSL color Cylindrical-coordinate representation of color #5B09AF: hue angle of 269.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B09AF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB919175-
CMYK0.480.9500.31
HSL269.64º90.22%36.08%-
HSV(B)269.64º94.86%68.63%-
XYZ12.155.5140.98-
YUV52.44197.17155.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.09%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 175 (68.75% from 255) = 63.64%
R=33.09%
G=3.27%
B=63.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9191750.480.9500.31269.6490.2236.08
Hex5B9AF305F01F10e5a24
Octal133112576013703741613244
Binary101101110011010111111000010111110111111000011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B09AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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