#781865

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

Shades of Palatinate Purple #781865

Tints of Palatinate Purple #781865

Color information

#781865 (or 0x781865) is unknown color: approx Palatinate Purple. HEX triplet: 78, 18 and 65. RGB value is (120,24,101). Sum of RGB (Red+Green+Blue) = 120+24+101=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #781865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781865 is #87E79A. Grayscale: #3D3D3D. Windows color (decimal): -8906651 or 6625400. OLE color: 6625400.

HSL color Cylindrical-coordinate representation of color #781865: hue angle of 311.88º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781865 is Cyan = 0, Magento = 0.8, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12024101-
CMYK00.80.160.53
HSL311.88º66.67%28.24%-
HSV(B)311.88º80%47.06%-
XYZ10.425.5912.84-
YUV61.48150.3169.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=48.98%
G=9.80%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202410100.80.160.53311.8866.6728.24
Hex7818650501035138431c
Octal170301450120206547010334
Binary11110001100011001010101000010000110101100111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781865; }

 p { color: rgb(120,24,101); }

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

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

 a { background-color: rgb(120,24,101); }

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

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

 span { border-color: rgb(120,24,101); }

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