#5C1DB9

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

Shades of Purple Heart #5C1DB9

Tints of Purple Heart #5C1DB9

Color information

#5C1DB9 (or 0x5C1DB9) is unknown color: approx Purple Heart. HEX triplet: 5C, 1D and B9. RGB value is (92,29,185). Sum of RGB (Red+Green+Blue) = 92+29+185=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 185 (72.66% from 255 or 60.46% from 306); Max value from RGB is 185 - color contains mainly: blue. Hex color #5C1DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1DB9 is #A3E246. Grayscale: #414141. Windows color (decimal): -10740295 or 12131676. OLE color: 12131676.

HSL color Cylindrical-coordinate representation of color #5C1DB9: hue angle of 264.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1DB9 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9229185-
CMYK0.500.8400.27
HSL264.23º72.9%41.96%-
HSV(B)264.23º84.32%72.55%-
XYZ13.616.6646.47-
YUV65.62195.37146.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.07%
GREEN value IS 29 (11.72% from 255) = 9.48%
BLUE value IS 185 (72.66% from 255) = 60.46%
R=30.07%
G=9.48%
B=60.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92291850.500.8400.27264.2372.941.96
Hex5C1DB9325401B108492a
Octal134352716212403341011152
Binary1011100111011011100111001010101000110111000010001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,29,185); }

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

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

 a { background-color: rgb(92,29,185); }

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

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

 span { border-color: rgb(92,29,185); }

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