Html Css Color HEX #783065 Palatinate Purple

📋 copy color: '#783065'

red 120 ◦ green 48 ◦ blue 101

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

Shades of Palatinate Purple #783065

Tints of Palatinate Purple #783065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 44.61%
G = 17.84%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#783065 (or 0x783065) is known color: Palatinate Purple. HEX triplet: 78, 30 and 65. RGB value is (120,48,101). Sum of RGB (Red+Green+Blue) = 120+48+101=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #783065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783065 is #87CF9A. Grayscale: #4B4B4B. Windows color (decimal): -8900507 or 6631544. OLE color: 6631544.

HSL color Cylindrical-coordinate representation of color #783065: hue angle of 315.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783065 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 48 101 -
CMYK 0 0.60 0.16 0.53
HSL 315.83º 0.43% 0.33% -
HSV(B) 315.83º 0.6% 0.47% -
XYZ 11.15 7.05 13.08 -
YUV 75.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 120 48 101 0 0.60 0.16 0.53 315.83 0.43 0.33
Hex 78 30 65 0 3C 10 35 13C 2B 21
Octal 170 60 145 0 74 20 65 474 53 41
Binary 1111000 110000 1100101 0 111100 10000 110101 100111100 101011 100001

Color Harmonies of #783065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783065

Black with #783065

Text Example


Text Example

White with #783065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783065; }

 p { color: rgb(120,48,101); }

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

background-color css

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

 a { background-color: rgb(120,48,101); }

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

border-color css

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

 span { border-color: rgb(120,48,101); }

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