Html Css Color HEX #781E60 Palatinate Purple

📋 copy color: '#781E60'

red 120 ◦ green 30 ◦ blue 96

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

Shades of Palatinate Purple #781E60

Tints of Palatinate Purple #781E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.2%

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

R = 48.78%
G = 12.2%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#781E60 (or 0x781E60) is known color: Palatinate Purple. HEX triplet: 78, 1E and 60. RGB value is (120,30,96). Sum of RGB (Red+Green+Blue) = 120+30+96=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #781E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E60 is #87E19F. Grayscale: #404040. Windows color (decimal): -8905120 or 6299256. OLE color: 6299256.

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

Color convert

RGB 120 30 96 -
CMYK 0 0.75 0.2 0.53
HSL 316º 0.6% 0.29% -
HSV(B) 316º 0.75% 0.47% -
XYZ 10.32 5.77 11.64 -
YUV 64.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 120 30 96 0 0.75 0.2 0.53 316 0.6 0.29
Hex 78 1E 60 0 4B 14 35 13C 3C 1D
Octal 170 36 140 0 113 24 65 474 74 35
Binary 1111000 11110 1100000 0 1001011 10100 110101 100111100 111100 11101

Color Harmonies of #781E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E60

Black with #781E60

Text Example


Text Example

White with #781E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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