Html Css Color HEX #782460 Palatinate Purple

📋 copy color: '#782460'

red 120 ◦ green 36 ◦ blue 96

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

Shades of Palatinate Purple #782460

Tints of Palatinate Purple #782460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

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

R = 47.62%
G = 14.29%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#782460 (or 0x782460) is known color: Palatinate Purple. HEX triplet: 78, 24 and 60. RGB value is (120,36,96). Sum of RGB (Red+Green+Blue) = 120+36+96=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #782460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782460 is #87DB9F. Grayscale: #434343. Windows color (decimal): -8903584 or 6300792. OLE color: 6300792.

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

Color convert

RGB 120 36 96 -
CMYK 0 0.7 0.2 0.53
HSL 317.14º 0.54% 0.31% -
HSV(B) 317.14º 0.7% 0.47% -
XYZ 10.49 6.1 11.69 -
YUV 67.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 120 36 96 0 0.7 0.2 0.53 317.14 0.54 0.31
Hex 78 24 60 0 46 14 35 13D 36 1F
Octal 170 44 140 0 106 24 65 475 66 37
Binary 1111000 100100 1100000 0 1000110 10100 110101 100111101 110110 11111

Color Harmonies of #782460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782460

Black with #782460

Text Example


Text Example

White with #782460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782460; }

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

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

background-color css

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

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

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

border-color css

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

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

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