#5C3BD9

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

Shades of Purple Heart #5C3BD9

Tints of Purple Heart #5C3BD9

Color information

#5C3BD9 (or 0x5C3BD9) is unknown color: approx Purple Heart. HEX triplet: 5C, 3B and D9. RGB value is (92,59,217). Sum of RGB (Red+Green+Blue) = 92+59+217=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 217 (85.16% from 255 or 58.97% from 368); Max value from RGB is 217 - color contains mainly: blue. Hex color #5C3BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3BD9 is #A3C426. Grayscale: #565656. Windows color (decimal): -10732583 or 14236508. OLE color: 14236508.

HSL color Cylindrical-coordinate representation of color #5C3BD9: hue angle of 252.53º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C3BD9 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9259217-
CMYK0.580.7300.15
HSL252.53º67.52%54.12%-
HSV(B)252.53º72.81%85.1%-
XYZ18.510.4166.68-
YUV86.88201.43131.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25%
GREEN value IS 59 (23.44% from 255) = 16.03%
BLUE value IS 217 (85.16% from 255) = 58.97%
R=25%
G=16.03%
B=58.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal92592170.580.7300.15252.5367.5254.12
Hex5C3BD93A490Ffd4436
Octal134733317211101737510466
Binary101110011101111011001111010100100101111111111011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,59,217); }

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

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

 a { background-color: rgb(92,59,217); }

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

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

 span { border-color: rgb(92,59,217); }

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