Html Css Color HEX #783460 Palatinate Purple

📋 copy color: '#783460'

red 120 ◦ green 52 ◦ blue 96

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

Shades of Palatinate Purple #783460

Tints of Palatinate Purple #783460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

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

R = 44.78%
G = 19.4%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#783460 (or 0x783460) is known color: Palatinate Purple. HEX triplet: 78, 34 and 60. RGB value is (120,52,96). Sum of RGB (Red+Green+Blue) = 120+52+96=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #783460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783460 is #87CB9F. Grayscale: #4D4D4D. Windows color (decimal): -8899488 or 6304888. OLE color: 6304888.

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

Color convert

RGB 120 52 96 -
CMYK 0 0.57 0.2 0.53
HSL 321.18º 0.4% 0.34% -
HSV(B) 321.18º 0.57% 0.47% -
XYZ 11.09 7.29 11.89 -
YUV 77.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 120 52 96 0 0.57 0.2 0.53 321.18 0.4 0.34
Hex 78 34 60 0 39 14 35 141 28 22
Octal 170 64 140 0 71 24 65 501 50 42
Binary 1111000 110100 1100000 0 111001 10100 110101 101000001 101000 100010

Color Harmonies of #783460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783460

Black with #783460

Text Example


Text Example

White with #783460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783460; }

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

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

background-color css

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

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

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

border-color css

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

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

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