#783462

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

Shades of Palatinate Purple #783462

Tints of Palatinate Purple #783462

Color information

#783462 (or 0x783462) is unknown color: approx Palatinate Purple. HEX triplet: 78, 34 and 62. RGB value is (120,52,98). Sum of RGB (Red+Green+Blue) = 120+52+98=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #783462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783462 is #87CB9D. Grayscale: #4D4D4D. Windows color (decimal): -8899486 or 6435960. OLE color: 6435960.

HSL color Cylindrical-coordinate representation of color #783462: hue angle of 319.41º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783462 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1205298-
CMYK00.570.180.53
HSL319.41º39.53%33.73%-
HSV(B)319.41º56.67%47.06%-
XYZ11.187.3312.38-
YUV77.58139.53158.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=44.44%
G=19.26%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120529800.570.180.53319.4139.5333.73
Hex783462039123513f2822
Octal1706414207122654775042
Binary11110001101001100010011100110010110101100111111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783462; }

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

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

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

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

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

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

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

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