Html Css Color HEX #781764 Palatinate Purple

📋 copy color: '#781764'

red 120 ◦ green 23 ◦ blue 100

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

Shades of Palatinate Purple #781764

Tints of Palatinate Purple #781764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 49.38%
G = 9.47%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#781764 (or 0x781764) is known color: Palatinate Purple. HEX triplet: 78, 17 and 64. RGB value is (120,23,100). Sum of RGB (Red+Green+Blue) = 120+23+100=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #781764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781764 is #87E89B. Grayscale: #3C3C3C. Windows color (decimal): -8906908 or 6559608. OLE color: 6559608.

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

Color convert

RGB 120 23 100 -
CMYK 0 0.81 0.17 0.53
HSL 312.37º 0.68% 0.28% -
HSV(B) 312.37º 0.81% 0.47% -
XYZ 10.35 5.53 12.58 -
YUV 60.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 120 23 100 0 0.81 0.17 0.53 312.37 0.68 0.28
Hex 78 17 64 0 51 11 35 138 44 1C
Octal 170 27 144 0 121 21 65 470 104 34
Binary 1111000 10111 1100100 0 1010001 10001 110101 100111000 1000100 11100

Color Harmonies of #781764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781764

Black with #781764

Text Example


Text Example

White with #781764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781764; }

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

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

background-color css

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

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

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

border-color css

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

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

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