#780263

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

Shades of Purple #780263

Tints of Purple #780263

Color information

#780263 (or 0x780263) is unknown color: approx Purple. HEX triplet: 78, 02 and 63. RGB value is (120,2,99). Sum of RGB (Red+Green+Blue) = 120+2+99=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #780263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780263 is #87FD9C. Grayscale: #303030. Windows color (decimal): -8912285 or 6488696. OLE color: 6488696.

HSL color Cylindrical-coordinate representation of color #780263: hue angle of 310.68º 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 #780263 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB120299-
CMYK00.980.170.53
HSL310.68º96.72%23.92%-
HSV(B)310.68º98.33%47.06%-
XYZ10.024.9412.23-
YUV48.34156.59179.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=54.30%
G=0.90%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12029900.980.170.53310.6896.7223.92
Hex7826306211351376118
Octal17021430142216546714130
Binary11110001011000110110001010001110101100110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780263; }

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

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

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

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

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

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

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

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