#5B09C5

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

Shades of Purple Heart #5B09C5

Tints of Purple Heart #5B09C5

Color information

#5B09C5 (or 0x5B09C5) is unknown color: approx Purple Heart. HEX triplet: 5B, 09 and C5. RGB value is (91,9,197). Sum of RGB (Red+Green+Blue) = 91+9+197=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 197 (77.34% from 255 or 66.33% from 297); Max value from RGB is 197 - color contains mainly: blue. Hex color #5B09C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B09C5 is #A4F63A. Grayscale: #363636. Windows color (decimal): -10810939 or 12912987. OLE color: 12912987.

HSL color Cylindrical-coordinate representation of color #5B09C5: hue angle of 266.17º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B09C5 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB919197-
CMYK0.540.9500.23
HSL266.17º91.26%40.39%-
HSV(B)266.17º95.43%77.25%-
XYZ14.496.4553.3-
YUV54.95208.17153.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.64%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 197 (77.34% from 255) = 66.33%
R=30.64%
G=3.03%
B=66.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9191970.540.9500.23266.1791.2640.39
Hex5B9C5365F01710a5b28
Octal133113056613702741213350
Binary101101110011100010111011010111110101111000010101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B09C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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