#5F3CD8

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

Shades of Purple Heart #5F3CD8

Tints of Purple Heart #5F3CD8

Color information

#5F3CD8 (or 0x5F3CD8) is unknown color: approx Purple Heart. HEX triplet: 5F, 3C and D8. RGB value is (95,60,216). Sum of RGB (Red+Green+Blue) = 95+60+216=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #5F3CD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3CD8 is #A0C327. Grayscale: #575757. Windows color (decimal): -10535720 or 14171231. OLE color: 14171231.

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

Color convert

RGB9560216-
CMYK0.560.7200.15
HSL253.46º66.67%54.12%-
HSV(B)253.46º72.22%84.71%-
XYZ18.7310.6266.03-
YUV88.25200.1132.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 216 (84.77% from 255) = 58.22%
R=25.61%
G=16.17%
B=58.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95602160.560.7200.15253.4666.6754.12
Hex5F3CD838480Ffd4336
Octal137743307011001737510366
Binary101111111110011011000111000100100001111111111011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,60,216); }

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

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

 a { background-color: rgb(95,60,216); }

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

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

 span { border-color: rgb(95,60,216); }

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