#390FB6

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

Shades of Purple Heart #390FB6

Tints of Purple Heart #390FB6

Color information

#390FB6 (or 0x390FB6) is unknown color: approx Purple Heart. HEX triplet: 39, 0F and B6. RGB value is (57,15,182). Sum of RGB (Red+Green+Blue) = 57+15+182=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 182 (71.48% from 255 or 71.65% from 254); Max value from RGB is 182 - color contains mainly: blue. Hex color #390FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FB6 is #C6F049. Grayscale: #2D2D2D. Windows color (decimal): -13037642 or 11931449. OLE color: 11931449.

HSL color Cylindrical-coordinate representation of color #390FB6: hue angle of 255.09º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390FB6 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5715182-
CMYK0.690.9200.29
HSL255.09º84.77%38.63%-
HSV(B)255.09º91.76%71.37%-
XYZ10.34.5944.6-
YUV46.6204.41135.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 15 (6.25% from 255) = 5.91%
BLUE value IS 182 (71.48% from 255) = 71.65%
R=22.44%
G=5.91%
B=71.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57151820.690.9200.29255.0984.7738.63
Hex39FB6455C01Dff5527
Octal711726610513403537712547
Binary11100111111011011010001011011100011101111111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390FB6; }

 p { color: rgb(57,15,182); }

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

<style>
 a { background-color: #390FB6; }

 a { background-color: rgb(57,15,182); }

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

<style>
 span { border-color: #390FB6; }

 span { border-color: rgb(57,15,182); }

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