Html Css Color HEX #782464 Palatinate Purple

📋 copy color: '#782464'

red 120 ◦ green 36 ◦ blue 100

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

Shades of Palatinate Purple #782464

Tints of Palatinate Purple #782464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

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

R = 46.88%
G = 14.06%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#782464 (or 0x782464) is known color: Palatinate Purple. HEX triplet: 78, 24 and 64. RGB value is (120,36,100). Sum of RGB (Red+Green+Blue) = 120+36+100=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #782464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782464 is #87DB9B. Grayscale: #444444. Windows color (decimal): -8903580 or 6562936. OLE color: 6562936.

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

Color convert

RGB 120 36 100 -
CMYK 0 0.7 0.17 0.53
HSL 314.29º 0.54% 0.31% -
HSV(B) 314.29º 0.7% 0.47% -
XYZ 10.68 6.17 12.69 -
YUV 68.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 120 36 100 0 0.7 0.17 0.53 314.29 0.54 0.31
Hex 78 24 64 0 46 11 35 13A 36 1F
Octal 170 44 144 0 106 21 65 472 66 37
Binary 1111000 100100 1100100 0 1000110 10001 110101 100111010 110110 11111

Color Harmonies of #782464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782464

Black with #782464

Text Example


Text Example

White with #782464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782464; }

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

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

background-color css

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

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

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

border-color css

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

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

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