Html Css Color HEX #781963 Palatinate Purple

📋 copy color: '#781963'

red 120 ◦ green 25 ◦ blue 99

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

Shades of Palatinate Purple #781963

Tints of Palatinate Purple #781963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 49.18%
G = 10.25%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#781963 (or 0x781963) is known color: Palatinate Purple. HEX triplet: 78, 19 and 63. RGB value is (120,25,99). Sum of RGB (Red+Green+Blue) = 120+25+99=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #781963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781963 is #87E69C. Grayscale: #3D3D3D. Windows color (decimal): -8906397 or 6494584. OLE color: 6494584.

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

Color convert

RGB 120 25 99 -
CMYK 0 0.79 0.17 0.53
HSL 313.26º 0.66% 0.28% -
HSV(B) 313.26º 0.79% 0.47% -
XYZ 10.35 5.59 12.34 -
YUV 61.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 120 25 99 0 0.79 0.17 0.53 313.26 0.66 0.28
Hex 78 19 63 0 4F 11 35 139 42 1C
Octal 170 31 143 0 117 21 65 471 102 34
Binary 1111000 11001 1100011 0 1001111 10001 110101 100111001 1000010 11100

Color Harmonies of #781963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781963

Black with #781963

Text Example


Text Example

White with #781963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781963; }

 p { color: rgb(120,25,99); }

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

background-color css

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

 a { background-color: rgb(120,25,99); }

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

border-color css

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

 span { border-color: rgb(120,25,99); }

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