Html Css Color HEX #782266 Palatinate Purple

📋 copy color: '#782266'

red 120 ◦ green 34 ◦ blue 102

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

Shades of Palatinate Purple #782266

Tints of Palatinate Purple #782266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

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

R = 46.88%
G = 13.28%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#782266 (or 0x782266) is known color: Palatinate Purple. HEX triplet: 78, 22 and 66. RGB value is (120,34,102). Sum of RGB (Red+Green+Blue) = 120+34+102=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #782266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782266 is #87DD99. Grayscale: #434343. Windows color (decimal): -8904090 or 6693496. OLE color: 6693496.

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

Color convert

RGB 120 34 102 -
CMYK 0 0.72 0.15 0.53
HSL 312.56º 0.56% 0.3% -
HSV(B) 312.56º 0.72% 0.47% -
XYZ 10.72 6.1 13.18 -
YUV 67.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 120 34 102 0 0.72 0.15 0.53 312.56 0.56 0.3
Hex 78 22 66 0 48 F 35 139 38 1E
Octal 170 42 146 0 110 17 65 471 70 36
Binary 1111000 100010 1100110 0 1001000 1111 110101 100111001 111000 11110

Color Harmonies of #782266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782266

Black with #782266

Text Example


Text Example

White with #782266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782266; }

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

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

background-color css

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

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

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

border-color css

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

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

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