#780362

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

Shades of Purple #780362

Tints of Purple #780362

Color information

#780362 (or 0x780362) is unknown color: approx Purple. HEX triplet: 78, 03 and 62. RGB value is (120,3,98). Sum of RGB (Red+Green+Blue) = 120+3+98=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #780362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780362 is #87FC9D. Grayscale: #303030. Windows color (decimal): -8912030 or 6423416. OLE color: 6423416.

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

Color convert

RGB120398-
CMYK00.980.180.53
HSL311.28º95.12%24.12%-
HSV(B)311.28º97.5%47.06%-
XYZ9.984.9411.98-
YUV48.81155.76178.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=54.30%
G=1.36%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12039800.980.180.53311.2895.1224.12
Hex7836206212351375f18
Octal17031420142226546713730
Binary11110001111000100110001010010110101100110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780362; }

 p { color: rgb(120,3,98); }

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

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

 a { background-color: rgb(120,3,98); }

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

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

 span { border-color: rgb(120,3,98); }

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