#5F31D7

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

Shades of Purple Heart #5F31D7

Tints of Purple Heart #5F31D7

Color information

#5F31D7 (or 0x5F31D7) is unknown color: approx Purple Heart. HEX triplet: 5F, 31 and D7. RGB value is (95,49,215). Sum of RGB (Red+Green+Blue) = 95+49+215=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 215 (84.38% from 255 or 59.89% from 359); Max value from RGB is 215 - color contains mainly: blue. Hex color #5F31D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F31D7 is #A0CE28. Grayscale: #515151. Windows color (decimal): -10538537 or 14102879. OLE color: 14102879.

HSL color Cylindrical-coordinate representation of color #5F31D7: hue angle of 256.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F31D7 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9549215-
CMYK0.560.7700.16
HSL256.63º67.48%51.76%-
HSV(B)256.63º77.21%84.31%-
XYZ18.089.5465.18-
YUV81.68203.24137.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.46%
GREEN value IS 49 (19.53% from 255) = 13.65%
BLUE value IS 215 (84.38% from 255) = 59.89%
R=26.46%
G=13.65%
B=59.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal95492150.560.7700.16256.6367.4851.76
Hex5F31D7384D0101014334
Octal137613277011502040110364
Binary10111111100011101011111100010011010100001000000011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F31D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,49,215); }

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

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

 a { background-color: rgb(95,49,215); }

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

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

 span { border-color: rgb(95,49,215); }

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