Html Css Color HEX #781A63 Palatinate Purple

📋 copy color: '#781A63'

red 120 ◦ green 26 ◦ blue 99

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

Shades of Palatinate Purple #781A63

Tints of Palatinate Purple #781A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.41%

R = 48.98%
G = 10.61%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#781A63 (or 0x781A63) is known color: Palatinate Purple. HEX triplet: 78, 1A and 63. RGB value is (120,26,99). Sum of RGB (Red+Green+Blue) = 120+26+99=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #781A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A63 is #87E59C. Grayscale: #3E3E3E. Windows color (decimal): -8906141 or 6494840. OLE color: 6494840.

HSL color Cylindrical-coordinate representation of color #781A63: hue angle of 313.4º 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 #781A63 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 26 99 -
CMYK 0 0.78 0.17 0.53
HSL 313.4º 0.64% 0.29% -
HSV(B) 313.4º 0.78% 0.47% -
XYZ 10.37 5.63 12.35 -
YUV 62.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 120 26 99 0 0.78 0.17 0.53 313.4 0.64 0.29
Hex 78 1A 63 0 4E 11 35 139 40 1D
Octal 170 32 143 0 116 21 65 471 100 35
Binary 1111000 11010 1100011 0 1001110 10001 110101 100111001 1000000 11101

Color Harmonies of #781A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A63

Black with #781A63

Text Example


Text Example

White with #781A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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