Html Css Color HEX #783263 Palatinate Purple

📋 copy color: '#783263'

red 120 ◦ green 50 ◦ blue 99

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

Shades of Palatinate Purple #783263

Tints of Palatinate Purple #783263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

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

R = 44.61%
G = 18.59%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#783263 (or 0x783263) is known color: Palatinate Purple. HEX triplet: 78, 32 and 63. RGB value is (120,50,99). Sum of RGB (Red+Green+Blue) = 120+50+99=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #783263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783263 is #87CD9C. Grayscale: #4C4C4C. Windows color (decimal): -8899997 or 6500984. OLE color: 6500984.

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

Color convert

RGB 120 50 99 -
CMYK 0 0.58 0.17 0.53
HSL 318º 0.41% 0.33% -
HSV(B) 318º 0.58% 0.47% -
XYZ 11.14 7.18 12.6 -
YUV 76.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 120 50 99 0 0.58 0.17 0.53 318 0.41 0.33
Hex 78 32 63 0 3A 11 35 13E 29 21
Octal 170 62 143 0 72 21 65 476 51 41
Binary 1111000 110010 1100011 0 111010 10001 110101 100111110 101001 100001

Color Harmonies of #783263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783263

Black with #783263

Text Example


Text Example

White with #783263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783263; }

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

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

background-color css

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

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

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

border-color css

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

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

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