Html Css Color HEX #783768 Palatinate Purple

📋 copy color: '#783768'

red 120 ◦ green 55 ◦ blue 104

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

Shades of Palatinate Purple #783768

Tints of Palatinate Purple #783768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 43.01%
G = 19.71%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#783768 (or 0x783768) is known color: Palatinate Purple. HEX triplet: 78, 37 and 68. RGB value is (120,55,104). Sum of RGB (Red+Green+Blue) = 120+55+104=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #783768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783768 is #87C897. Grayscale: #4F4F4F. Windows color (decimal): -8898712 or 6829944. OLE color: 6829944.

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

Color convert

RGB 120 55 104 -
CMYK 0 0.54 0.13 0.53
HSL 314.77º 0.37% 0.34% -
HSV(B) 314.77º 0.54% 0.47% -
XYZ 11.61 7.72 13.98 -
YUV 80.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 120 55 104 0 0.54 0.13 0.53 314.77 0.37 0.34
Hex 78 37 68 0 36 D 35 13B 25 22
Octal 170 67 150 0 66 15 65 473 45 42
Binary 1111000 110111 1101000 0 110110 1101 110101 100111011 100101 100010

Color Harmonies of #783768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783768

Black with #783768

Text Example


Text Example

White with #783768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783768; }

 p { color: rgb(120,55,104); }

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

background-color css

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

 a { background-color: rgb(120,55,104); }

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

border-color css

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

 span { border-color: rgb(120,55,104); }

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