Html Css Color HEX #763268 Palatinate Purple

📋 copy color: '#763268'

red 118 ◦ green 50 ◦ blue 104

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

Shades of Palatinate Purple #763268

Tints of Palatinate Purple #763268

RGB

 RED value IS 118 (46.48% from 255) = 43.38%

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

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

R = 43.38%
G = 18.38%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#763268 (or 0x763268) is known color: Palatinate Purple. HEX triplet: 76, 32 and 68. RGB value is (118,50,104). Sum of RGB (Red+Green+Blue) = 118+50+104=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763268 is #89CD97. Grayscale: #4C4C4C. Windows color (decimal): -9031064 or 6828662. OLE color: 6828662.

HSL color Cylindrical-coordinate representation of color #763268: hue angle of 312.35º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763268 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 104 -
CMYK 0 0.58 0.12 0.54
HSL 312.35º 0.4% 0.33% -
HSV(B) 312.35º 0.58% 0.46% -
XYZ 11.11 7.13 13.89 -
YUV 76.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 118 50 104 0 0.58 0.12 0.54 312.35 0.4 0.33
Hex 76 32 68 0 3A C 36 138 28 21
Octal 166 62 150 0 72 14 66 470 50 41
Binary 1110110 110010 1101000 0 111010 1100 110110 100111000 101000 100001

Color Harmonies of #763268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763268

Black with #763268

Text Example


Text Example

White with #763268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763268; }

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

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

background-color css

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

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

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

border-color css

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

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

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