Html Css Color HEX #781363 Palatinate Purple

📋 copy color: '#781363'

red 120 ◦ green 19 ◦ blue 99

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

Shades of Palatinate Purple #781363

Tints of Palatinate Purple #781363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

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

R = 50.42%
G = 7.98%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#781363 (or 0x781363) is known color: Palatinate Purple. HEX triplet: 78, 13 and 63. RGB value is (120,19,99). Sum of RGB (Red+Green+Blue) = 120+19+99=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #781363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781363 is #87EC9C. Grayscale: #3A3A3A. Windows color (decimal): -8907933 or 6493048. OLE color: 6493048.

HSL color Cylindrical-coordinate representation of color #781363: hue angle of 312.48º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781363 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 19 99 -
CMYK 0 0.84 0.17 0.53
HSL 312.48º 0.73% 0.27% -
HSV(B) 312.48º 0.84% 0.47% -
XYZ 10.23 5.36 12.3 -
YUV 58.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 120 19 99 0 0.84 0.17 0.53 312.48 0.73 0.27
Hex 78 13 63 0 54 11 35 138 49 1B
Octal 170 23 143 0 124 21 65 470 111 33
Binary 1111000 10011 1100011 0 1010100 10001 110101 100111000 1001001 11011

Color Harmonies of #781363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781363

Black with #781363

Text Example


Text Example

White with #781363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781363; }

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

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

background-color css

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

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

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

border-color css

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

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

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