#78236B

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

Shades of Palatinate Purple #78236B

Tints of Palatinate Purple #78236B

Color information

#78236B (or 0x78236B) is unknown color: approx Palatinate Purple. HEX triplet: 78, 23 and 6B. RGB value is (120,35,107). Sum of RGB (Red+Green+Blue) = 120+35+107=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78236B is #87DC94. Grayscale: #444444. Windows color (decimal): -8903829 or 7021432. OLE color: 7021432.

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

Color convert

RGB12035107-
CMYK00.710.110.53
HSL309.18º54.84%30.39%-
HSV(B)309.18º70.83%47.06%-
XYZ116.2614.54-
YUV68.62149.66164.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=45.80%
G=13.36%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203510700.710.110.53309.1854.8430.39
Hex78236B047B35135371e
Octal17043153010713654656736
Binary1111000100011110101101000111101111010110011010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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