#3918B1

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

Shades of Purple Heart #3918B1

Tints of Purple Heart #3918B1

Color information

#3918B1 (or 0x3918B1) is unknown color: approx Purple Heart. HEX triplet: 39, 18 and B1. RGB value is (57,24,177). Sum of RGB (Red+Green+Blue) = 57+24+177=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 177 (69.53% from 255 or 68.60% from 258); Max value from RGB is 177 - color contains mainly: blue. Hex color #3918B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3918B1 is #C6E74E. Grayscale: #323232. Windows color (decimal): -13035343 or 11606073. OLE color: 11606073.

HSL color Cylindrical-coordinate representation of color #3918B1: hue angle of 252.94º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3918B1 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5724177-
CMYK0.680.8600.31
HSL252.94º76.12%39.41%-
HSV(B)252.94º86.44%69.41%-
XYZ9.954.741.98-
YUV51.31198.93132.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 177 (69.53% from 255) = 68.60%
R=22.09%
G=9.30%
B=68.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57241770.680.8600.31252.9476.1239.41
Hex3918B1445601Ffd4c27
Octal713026110412603737511447
Binary111001110001011000110001001010110011111111111011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3918B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3918B1; }

 p { color: rgb(57,24,177); }

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

<style>
 a { background-color: #3918B1; }

 a { background-color: rgb(57,24,177); }

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

<style>
 span { border-color: #3918B1; }

 span { border-color: rgb(57,24,177); }

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