Html Css Color HEX #781A62 Palatinate Purple

📋 copy color: '#781A62'

red 120 ◦ green 26 ◦ blue 98

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

Shades of Palatinate Purple #781A62

Tints of Palatinate Purple #781A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.66%

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 49.18%
G = 10.66%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#781A62 (or 0x781A62) is known color: Palatinate Purple. HEX triplet: 78, 1A and 62. RGB value is (120,26,98). Sum of RGB (Red+Green+Blue) = 120+26+98=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #781A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A62 is #87E59D. Grayscale: #3E3E3E. Windows color (decimal): -8906142 or 6429304. OLE color: 6429304.

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

Color convert

RGB 120 26 98 -
CMYK 0 0.78 0.18 0.53
HSL 314.04º 0.64% 0.29% -
HSV(B) 314.04º 0.78% 0.47% -
XYZ 10.32 5.61 12.09 -
YUV 62.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 120 26 98 0 0.78 0.18 0.53 314.04 0.64 0.29
Hex 78 1A 62 0 4E 12 35 13A 40 1D
Octal 170 32 142 0 116 22 65 472 100 35
Binary 1111000 11010 1100010 0 1001110 10010 110101 100111010 1000000 11101

Color Harmonies of #781A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A62

Black with #781A62

Text Example


Text Example

White with #781A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,98); }

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

background-color css

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

 a { background-color: rgb(120,26,98); }

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

border-color css

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

 span { border-color: rgb(120,26,98); }

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