#780297

Color #780297 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #780297

Tints of Dark Magenta #780297

Color information

#780297 (or 0x780297) is unknown color: approx Dark Magenta. HEX triplet: 78, 02 and 97. RGB value is (120,2,151). Sum of RGB (Red+Green+Blue) = 120+2+151=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #780297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780297 is #87FD68. Grayscale: #353535. Windows color (decimal): -8912233 or 9896568. OLE color: 9896568.

HSL color Cylindrical-coordinate representation of color #780297: hue angle of 287.52º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780297 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1202151-
CMYK0.210.9900.41
HSL287.52º97.39%30%-
HSV(B)287.52º98.68%59.22%-
XYZ13.356.2729.78-
YUV54.27182.59174.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 151 (59.38% from 255) = 55.31%
R=43.96%
G=0.73%
B=55.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12021510.210.9900.41287.5297.3930
Hex782971563029120611e
Octal17022272514305144014136
Binary111100010100101111010111000110101001100100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780297; }

 p { color: rgb(120,2,151); }

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

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

 a { background-color: rgb(120,2,151); }

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

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

 span { border-color: rgb(120,2,151); }

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