Html Css Color HEX #781C63 Palatinate Purple

📋 copy color: '#781C63'

red 120 ◦ green 28 ◦ blue 99

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

Shades of Palatinate Purple #781C63

Tints of Palatinate Purple #781C63

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.34%

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

R = 48.58%
G = 11.34%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#781C63 (or 0x781C63) is known color: Palatinate Purple. HEX triplet: 78, 1C and 63. RGB value is (120,28,99). Sum of RGB (Red+Green+Blue) = 120+28+99=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #781C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C63 is #87E39C. Grayscale: #3F3F3F. Windows color (decimal): -8905629 or 6495352. OLE color: 6495352.

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

Color convert

RGB 120 28 99 -
CMYK 0 0.77 0.17 0.53
HSL 313.7º 0.62% 0.29% -
HSV(B) 313.7º 0.77% 0.47% -
XYZ 10.41 5.72 12.36 -
YUV 63.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 120 28 99 0 0.77 0.17 0.53 313.7 0.62 0.29
Hex 78 1C 63 0 4D 11 35 13A 3E 1D
Octal 170 34 143 0 115 21 65 472 76 35
Binary 1111000 11100 1100011 0 1001101 10001 110101 100111010 111110 11101

Color Harmonies of #781C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C63

Black with #781C63

Text Example


Text Example

White with #781C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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