#782261

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

Shades of Palatinate Purple #782261

Tints of Palatinate Purple #782261

Color information

#782261 (or 0x782261) is unknown color: approx Palatinate Purple. HEX triplet: 78, 22 and 61. RGB value is (120,34,97). Sum of RGB (Red+Green+Blue) = 120+34+97=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #782261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782261 is #87DD9E. Grayscale: #424242. Windows color (decimal): -8904095 or 6365816. OLE color: 6365816.

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

Color convert

RGB1203497-
CMYK00.720.190.53
HSL316.05º55.84%30.2%-
HSV(B)316.05º71.67%47.06%-
XYZ10.48611.92-
YUV66.9144.99165.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=47.81%
G=13.55%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120349700.720.190.53316.0555.8430.2
Hex782261048133513c381e
Octal17042141011023654747036
Binary11110001000101100001010010001001111010110011110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782261; }

 p { color: rgb(120,34,97); }

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

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

 a { background-color: rgb(120,34,97); }

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

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

 span { border-color: rgb(120,34,97); }

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