#780250

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

Shades of Tyrian Purple #780250

Tints of Tyrian Purple #780250

Color information

#780250 (or 0x780250) is unknown color: approx Tyrian Purple. HEX triplet: 78, 02 and 50. RGB value is (120,2,80). Sum of RGB (Red+Green+Blue) = 120+2+80=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #780250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780250 is #87FDAF. Grayscale: #2D2D2D. Windows color (decimal): -8912304 or 5243512. OLE color: 5243512.

HSL color Cylindrical-coordinate representation of color #780250: hue angle of 320.34º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780250 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB120280-
CMYK00.980.330.53
HSL320.34º96.72%23.92%-
HSV(B)320.34º98.33%47.06%-
XYZ9.224.627.99-
YUV46.17147.09180.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=59.41%
G=0.99%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12028000.980.330.53320.3496.7223.92
Hex7825006221351406118
Octal17021200142416550014130
Binary111100010101000001100010100001110101101000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780250; }

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

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

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

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

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

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

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

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