#5f38e3

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

Shades of Purple Heart #5F38E3

Tints of Purple Heart #5F38E3

Color information

#5F38E3 (or 0x5F38E3) is unknown color: approx Purple Heart. HEX triplet: 5F, 38 and E3. RGB value is (95,56,227). Sum of RGB (Red+Green+Blue) = 95+56+227=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 227 (89.06% from 255 or 60.05% from 378); Max value from RGB is 227 - color contains mainly: blue. Hex color #5F38E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F38E3 is #A0C71C. Grayscale: #565656. Windows color (decimal): -10536733 or 14891103. OLE color: 14891103.

HSL color Cylindrical-coordinate representation of color #5F38E3: hue angle of 253.68º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F38E3 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9556227-
CMYK0.580.7500.11
HSL253.68º75.33%55.49%-
HSV(B)253.68º75.33%89.02%-
XYZ2010.8173.71-
YUV87.16206.92133.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.13%
GREEN value IS 56 (22.27% from 255) = 14.81%
BLUE value IS 227 (89.06% from 255) = 60.05%
R=25.13%
G=14.81%
B=60.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal95562270.580.7500.11253.6875.3355.49
Hex5F38E33A4B0Bfe4b37
Octal137703437211301337611367
Binary101111111100011100011111010100101101011111111101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f38e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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