Html Css Color HEX #782560 Palatinate Purple

📋 copy color: '#782560'

red 120 ◦ green 37 ◦ blue 96

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

Shades of Palatinate Purple #782560

Tints of Palatinate Purple #782560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.62%

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

R = 47.43%
G = 14.62%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#782560 (or 0x782560) is known color: Palatinate Purple. HEX triplet: 78, 25 and 60. RGB value is (120,37,96). Sum of RGB (Red+Green+Blue) = 120+37+96=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #782560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782560 is #87DA9F. Grayscale: #444444. Windows color (decimal): -8903328 or 6301048. OLE color: 6301048.

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

Color convert

RGB 120 37 96 -
CMYK 0 0.69 0.2 0.53
HSL 317.35º 0.53% 0.31% -
HSV(B) 317.35º 0.69% 0.47% -
XYZ 10.52 6.16 11.7 -
YUV 68.54 143.5 164.7 -
System Red Green Blue C M Y K H S L
Decimal 120 37 96 0 0.69 0.2 0.53 317.35 0.53 0.31
Hex 78 25 60 0 45 14 35 13D 35 1F
Octal 170 45 140 0 105 24 65 475 65 37
Binary 1111000 100101 1100000 0 1000101 10100 110101 100111101 110101 11111

Color Harmonies of #782560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782560

Black with #782560

Text Example


Text Example

White with #782560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782560; }

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

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

background-color css

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

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

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

border-color css

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

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

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