Html Css Color HEX #781359 Palatinate Purple

📋 copy color: '#781359'

red 120 ◦ green 19 ◦ blue 89

#781359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #781359

Tints of Palatinate Purple #781359

RGB

 RED value IS 120 (47.27% from 255) = 52.63%

 GREEN value IS 19 (7.81% from 255) = 8.33%

 BLUE value IS 89 (35.16% from 255) = 39.04%

R = 52.63%
G = 8.33%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#781359 (or 0x781359) is known color: Palatinate Purple. HEX triplet: 78, 13 and 59. RGB value is (120,19,89). Sum of RGB (Red+Green+Blue) = 120+19+89=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #781359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781359 is #87ECA6. Grayscale: #393939. Windows color (decimal): -8907943 or 5837688. OLE color: 5837688.

HSL color Cylindrical-coordinate representation of color #781359: hue angle of 318.42º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781359 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 19 89 -
CMYK 0 0.84 0.26 0.53
HSL 318.42º 0.73% 0.27% -
HSV(B) 318.42º 0.84% 0.47% -
XYZ 9.78 5.18 9.94 -
YUV 57.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 120 19 89 0 0.84 0.26 0.53 318.42 0.73 0.27
Hex 78 13 59 0 54 1A 35 13E 49 1B
Octal 170 23 131 0 124 32 65 476 111 33
Binary 1111000 10011 1011001 0 1010100 11010 110101 100111110 1001001 11011

Color Harmonies of #781359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781359

Black with #781359

Text Example


Text Example

White with #781359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781359; }

 p { color: rgb(120,19,89); }

 H1.HeaderClassName
 {
   color: #781359;
 }
 .AnyTagClassName
 {
   color: #781359;
 }
</style>

background-color css

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

 a { background-color: rgb(120,19,89); }

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

border-color css

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

 span { border-color: rgb(120,19,89); }

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