Html Css Color HEX #783268 Palatinate Purple

📋 copy color: '#783268'

red 120 ◦ green 50 ◦ blue 104

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

Shades of Palatinate Purple #783268

Tints of Palatinate Purple #783268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 43.8%
G = 18.25%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#783268 (or 0x783268) is known color: Palatinate Purple. HEX triplet: 78, 32 and 68. RGB value is (120,50,104). Sum of RGB (Red+Green+Blue) = 120+50+104=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #783268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783268 is #87CD97. Grayscale: #4C4C4C. Windows color (decimal): -8899992 or 6828664. OLE color: 6828664.

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

Color convert

RGB 120 50 104 -
CMYK 0 0.58 0.13 0.53
HSL 313.71º 0.41% 0.33% -
HSV(B) 313.71º 0.58% 0.47% -
XYZ 11.39 7.27 13.9 -
YUV 77.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 120 50 104 0 0.58 0.13 0.53 313.71 0.41 0.33
Hex 78 32 68 0 3A D 35 13A 29 21
Octal 170 62 150 0 72 15 65 472 51 41
Binary 1111000 110010 1101000 0 111010 1101 110101 100111010 101001 100001

Color Harmonies of #783268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783268

Black with #783268

Text Example


Text Example

White with #783268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783268; }

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

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

background-color css

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

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

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

border-color css

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

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

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