#5B10C4

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

Shades of Purple Heart #5B10C4

Tints of Purple Heart #5B10C4

Color information

#5B10C4 (or 0x5B10C4) is unknown color: approx Purple Heart. HEX triplet: 5B, 10 and C4. RGB value is (91,16,196). Sum of RGB (Red+Green+Blue) = 91+16+196=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 196 (76.95% from 255 or 64.69% from 303); Max value from RGB is 196 - color contains mainly: blue. Hex color #5B10C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B10C4 is #A4EF3B. Grayscale: #3A3A3A. Windows color (decimal): -10809148 or 12849243. OLE color: 12849243.

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

Color convert

RGB9116196-
CMYK0.540.9200.23
HSL265º84.91%41.57%-
HSV(B)265º91.84%76.86%-
XYZ14.466.5852.73-
YUV58.94205.35150.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.03%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 196 (76.95% from 255) = 64.69%
R=30.03%
G=5.28%
B=64.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91161960.540.9200.2326584.9141.57
Hex5B10C4365C017109552a
Octal133203046613402741112552
Binary1011011100001100010011011010111000101111000010011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B10C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,16,196); }

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

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

 a { background-color: rgb(91,16,196); }

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

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

 span { border-color: rgb(91,16,196); }

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