Html Css Color HEX #783664 Palatinate Purple

📋 copy color: '#783664'

red 120 ◦ green 54 ◦ blue 100

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

Shades of Palatinate Purple #783664

Tints of Palatinate Purple #783664

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.71%

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

R = 43.8%
G = 19.71%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#783664 (or 0x783664) is known color: Palatinate Purple. HEX triplet: 78, 36 and 64. RGB value is (120,54,100). Sum of RGB (Red+Green+Blue) = 120+54+100=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #783664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783664 is #87C99B. Grayscale: #4E4E4E. Windows color (decimal): -8898972 or 6567544. OLE color: 6567544.

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

Color convert

RGB 120 54 100 -
CMYK 0 0.55 0.17 0.53
HSL 318.18º 0.38% 0.34% -
HSV(B) 318.18º 0.55% 0.47% -
XYZ 11.37 7.55 12.92 -
YUV 78.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 120 54 100 0 0.55 0.17 0.53 318.18 0.38 0.34
Hex 78 36 64 0 37 11 35 13E 26 22
Octal 170 66 144 0 67 21 65 476 46 42
Binary 1111000 110110 1100100 0 110111 10001 110101 100111110 100110 100010

Color Harmonies of #783664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783664

Black with #783664

Text Example


Text Example

White with #783664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783664; }

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

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

background-color css

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

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

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

border-color css

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

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

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