Html Css Color HEX #783060 Palatinate Purple

📋 copy color: '#783060'

red 120 ◦ green 48 ◦ blue 96

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

Shades of Palatinate Purple #783060

Tints of Palatinate Purple #783060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 45.45%
G = 18.18%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#783060 (or 0x783060) is known color: Palatinate Purple. HEX triplet: 78, 30 and 60. RGB value is (120,48,96). Sum of RGB (Red+Green+Blue) = 120+48+96=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #783060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783060 is #87CF9F. Grayscale: #4A4A4A. Windows color (decimal): -8900512 or 6303864. OLE color: 6303864.

HSL color Cylindrical-coordinate representation of color #783060: hue angle of 320º 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 #783060 is Cyan = 0, Magento = 0.60, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 48 96 -
CMYK 0 0.60 0.2 0.53
HSL 320º 0.43% 0.33% -
HSV(B) 320º 0.6% 0.47% -
XYZ 10.91 6.95 11.83 -
YUV 75 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 120 48 96 0 0.60 0.2 0.53 320 0.43 0.33
Hex 78 30 60 0 3C 14 35 140 2B 21
Octal 170 60 140 0 74 24 65 500 53 41
Binary 1111000 110000 1100000 0 111100 10100 110101 101000000 101011 100001

Color Harmonies of #783060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783060

Black with #783060

Text Example


Text Example

White with #783060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783060; }

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

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

background-color css

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

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

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

border-color css

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

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

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