#78235B

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

Shades of Palatinate Purple #78235B

Tints of Palatinate Purple #78235B

Color information

#78235B (or 0x78235B) is unknown color: approx Palatinate Purple. HEX triplet: 78, 23 and 5B. RGB value is (120,35,91). Sum of RGB (Red+Green+Blue) = 120+35+91=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78235B is #87DCA4. Grayscale: #424242. Windows color (decimal): -8903845 or 5972856. OLE color: 5972856.

HSL color Cylindrical-coordinate representation of color #78235B: hue angle of 320.47º 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 #78235B is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1203591-
CMYK00.710.240.53
HSL320.47º54.84%30.39%-
HSV(B)320.47º70.83%47.06%-
XYZ10.245.9510.51-
YUV66.8141.66165.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=48.78%
G=14.23%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120359100.710.240.53320.4754.8430.39
Hex78235B0471835140371e
Octal17043133010730655006736
Binary11110001000111011011010001111100011010110100000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78235B; }

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

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

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

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

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

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

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

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