Html Css Color HEX #781C64 Palatinate Purple

📋 copy color: '#781C64'

red 120 ◦ green 28 ◦ blue 100

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

Shades of Palatinate Purple #781C64

Tints of Palatinate Purple #781C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 48.39%
G = 11.29%
B = 40.32%

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

#781C64 (or 0x781C64) is known color: Palatinate Purple. HEX triplet: 78, 1C and 64. RGB value is (120,28,100). Sum of RGB (Red+Green+Blue) = 120+28+100=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #781C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C64 is #87E39B. Grayscale: #3F3F3F. Windows color (decimal): -8905628 or 6560888. OLE color: 6560888.

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

Color convert

RGB 120 28 100 -
CMYK 0 0.77 0.17 0.53
HSL 313.04º 0.62% 0.29% -
HSV(B) 313.04º 0.77% 0.47% -
XYZ 10.46 5.74 12.61 -
YUV 63.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 120 28 100 0 0.77 0.17 0.53 313.04 0.62 0.29
Hex 78 1C 64 0 4D 11 35 139 3E 1D
Octal 170 34 144 0 115 21 65 471 76 35
Binary 1111000 11100 1100100 0 1001101 10001 110101 100111001 111110 11101

Color Harmonies of #781C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C64

Black with #781C64

Text Example


Text Example

White with #781C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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