Html Css Color HEX #783266 Palatinate Purple

📋 copy color: '#783266'

red 120 ◦ green 50 ◦ blue 102

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

Shades of Palatinate Purple #783266

Tints of Palatinate Purple #783266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 44.12%
G = 18.38%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#783266 (or 0x783266) is known color: Palatinate Purple. HEX triplet: 78, 32 and 66. RGB value is (120,50,102). Sum of RGB (Red+Green+Blue) = 120+50+102=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #783266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783266 is #87CD99. Grayscale: #4C4C4C. Windows color (decimal): -8899994 or 6697592. OLE color: 6697592.

HSL color Cylindrical-coordinate representation of color #783266: hue angle of 315.43º 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 #783266 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 102 -
CMYK 0 0.58 0.15 0.53
HSL 315.43º 0.41% 0.33% -
HSV(B) 315.43º 0.58% 0.47% -
XYZ 11.28 7.23 13.37 -
YUV 76.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 120 50 102 0 0.58 0.15 0.53 315.43 0.41 0.33
Hex 78 32 66 0 3A F 35 13B 29 21
Octal 170 62 146 0 72 17 65 473 51 41
Binary 1111000 110010 1100110 0 111010 1111 110101 100111011 101001 100001

Color Harmonies of #783266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783266

Black with #783266

Text Example


Text Example

White with #783266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783266; }

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

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

background-color css

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

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

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

border-color css

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

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

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