Html Css Color HEX #781964 Palatinate Purple

📋 copy color: '#781964'

red 120 ◦ green 25 ◦ blue 100

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

Shades of Palatinate Purple #781964

Tints of Palatinate Purple #781964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.82%

R = 48.98%
G = 10.2%
B = 40.82%

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

#781964 (or 0x781964) is known color: Palatinate Purple. HEX triplet: 78, 19 and 64. RGB value is (120,25,100). Sum of RGB (Red+Green+Blue) = 120+25+100=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #781964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781964 is #87E69B. Grayscale: #3D3D3D. Windows color (decimal): -8906396 or 6560120. OLE color: 6560120.

HSL color Cylindrical-coordinate representation of color #781964: hue angle of 312.63º 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 #781964 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 100 -
CMYK 0 0.79 0.17 0.53
HSL 312.63º 0.66% 0.28% -
HSV(B) 312.63º 0.79% 0.47% -
XYZ 10.39 5.61 12.59 -
YUV 61.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 120 25 100 0 0.79 0.17 0.53 312.63 0.66 0.28
Hex 78 19 64 0 4F 11 35 139 42 1C
Octal 170 31 144 0 117 21 65 471 102 34
Binary 1111000 11001 1100100 0 1001111 10001 110101 100111001 1000010 11100

Color Harmonies of #781964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781964

Black with #781964

Text Example


Text Example

White with #781964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781964; }

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

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

background-color css

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

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

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

border-color css

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

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

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