Html Css Color HEX #782964 Palatinate Purple

📋 copy color: '#782964'

red 120 ◦ green 41 ◦ blue 100

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

Shades of Palatinate Purple #782964

Tints of Palatinate Purple #782964

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

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

R = 45.98%
G = 15.71%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#782964 (or 0x782964) is known color: Palatinate Purple. HEX triplet: 78, 29 and 64. RGB value is (120,41,100). Sum of RGB (Red+Green+Blue) = 120+41+100=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #782964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782964 is #87D69B. Grayscale: #474747. Windows color (decimal): -8902300 or 6564216. OLE color: 6564216.

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

Color convert

RGB 120 41 100 -
CMYK 0 0.66 0.17 0.53
HSL 315.19º 0.49% 0.32% -
HSV(B) 315.19º 0.66% 0.47% -
XYZ 10.84 6.5 12.74 -
YUV 71.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 120 41 100 0 0.66 0.17 0.53 315.19 0.49 0.32
Hex 78 29 64 0 42 11 35 13B 31 20
Octal 170 51 144 0 102 21 65 473 61 40
Binary 1111000 101001 1100100 0 1000010 10001 110101 100111011 110001 100000

Color Harmonies of #782964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782964

Black with #782964

Text Example


Text Example

White with #782964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782964; }

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

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

background-color css

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

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

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

border-color css

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

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

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