#390CBE

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

Shades of Purple Heart #390CBE

Tints of Purple Heart #390CBE

Color information

#390CBE (or 0x390CBE) is unknown color: approx Purple Heart. HEX triplet: 39, 0C and BE. RGB value is (57,12,190). Sum of RGB (Red+Green+Blue) = 57+12+190=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #390CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CBE is #C6F341. Grayscale: #2D2D2D. Windows color (decimal): -13038402 or 12454969. OLE color: 12454969.

HSL color Cylindrical-coordinate representation of color #390CBE: hue angle of 255.17º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390CBE is Cyan = 0.7, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5712190-
CMYK0.70.9400.25
HSL255.17º88.12%39.61%-
HSV(B)255.17º93.68%74.51%-
XYZ11.114.8549.07-
YUV45.75209.41136.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.01%
GREEN value IS 12 (5.08% from 255) = 4.63%
BLUE value IS 190 (74.61% from 255) = 73.36%
R=22.01%
G=4.63%
B=73.36%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57121900.70.9400.25255.1788.1239.61
Hex39CBE465E019ff5828
Octal711427610613603137713050
Binary11100111001011111010001101011110011001111111111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,12,190); }

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

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

 a { background-color: rgb(57,12,190); }

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

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

 span { border-color: rgb(57,12,190); }

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