#5F38B7

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

Shades of Purple Heart #5F38B7

Tints of Purple Heart #5F38B7

Color information

#5F38B7 (or 0x5F38B7) is unknown color: approx Purple Heart. HEX triplet: 5F, 38 and B7. RGB value is (95,56,183). Sum of RGB (Red+Green+Blue) = 95+56+183=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #5F38B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F38B7 is #A0C748. Grayscale: #515151. Windows color (decimal): -10536777 or 12007519. OLE color: 12007519.

HSL color Cylindrical-coordinate representation of color #5F38B7: hue angle of 258.43º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F38B7 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9556183-
CMYK0.480.6900.28
HSL258.43º53.14%46.86%-
HSV(B)258.43º69.4%71.76%-
XYZ14.688.6845.7-
YUV82.14184.92137.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.44%
GREEN value IS 56 (22.27% from 255) = 16.77%
BLUE value IS 183 (71.88% from 255) = 54.79%
R=28.44%
G=16.77%
B=54.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal95561830.480.6900.28258.4353.1446.86
Hex5F38B7304501C102352f
Octal13770267601050344026557
Binary1011111111000101101111100001000101011100100000010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F38B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,56,183); }

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

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

 a { background-color: rgb(95,56,183); }

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

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

 span { border-color: rgb(95,56,183); }

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