#782363

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

Shades of Palatinate Purple #782363

Tints of Palatinate Purple #782363

Color information

#782363 (or 0x782363) is unknown color: approx Palatinate Purple. HEX triplet: 78, 23 and 63. RGB value is (120,35,99). Sum of RGB (Red+Green+Blue) = 120+35+99=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #782363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782363 is #87DC9C. Grayscale: #434343. Windows color (decimal): -8903837 or 6497144. OLE color: 6497144.

HSL color Cylindrical-coordinate representation of color #782363: hue angle of 314.82º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782363 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1203599-
CMYK00.710.170.53
HSL314.82º54.84%30.39%-
HSV(B)314.82º70.83%47.06%-
XYZ10.66.112.42-
YUV67.71145.66165.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=47.24%
G=13.78%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120359900.710.170.53314.8254.8430.39
Hex782363047113513b371e
Octal17043143010721654736736
Binary11110001000111100011010001111000111010110011101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782363; }

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

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

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

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

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

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

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

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