Html Css Color HEX #782163 Palatinate Purple

📋 copy color: '#782163'

red 120 ◦ green 33 ◦ blue 99

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

Shades of Palatinate Purple #782163

Tints of Palatinate Purple #782163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.1%

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

R = 47.62%
G = 13.1%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#782163 (or 0x782163) is known color: Palatinate Purple. HEX triplet: 78, 21 and 63. RGB value is (120,33,99). Sum of RGB (Red+Green+Blue) = 120+33+99=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #782163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782163 is #87DE9C. Grayscale: #424242. Windows color (decimal): -8904349 or 6496632. OLE color: 6496632.

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

Color convert

RGB 120 33 99 -
CMYK 0 0.72 0.17 0.53
HSL 314.48º 0.57% 0.3% -
HSV(B) 314.48º 0.73% 0.47% -
XYZ 10.54 5.98 12.4 -
YUV 66.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 120 33 99 0 0.72 0.17 0.53 314.48 0.57 0.3
Hex 78 21 63 0 48 11 35 13A 39 1E
Octal 170 41 143 0 110 21 65 472 71 36
Binary 1111000 100001 1100011 0 1001000 10001 110101 100111010 111001 11110

Color Harmonies of #782163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782163

Black with #782163

Text Example


Text Example

White with #782163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782163; }

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

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

background-color css

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

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

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

border-color css

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

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

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