Html Css Color HEX #763269 Palatinate Purple

📋 copy color: '#763269'

red 118 ◦ green 50 ◦ blue 105

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

Shades of Palatinate Purple #763269

Tints of Palatinate Purple #763269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.46%

R = 43.22%
G = 18.32%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#763269 (or 0x763269) is known color: Palatinate Purple. HEX triplet: 76, 32 and 69. RGB value is (118,50,105). Sum of RGB (Red+Green+Blue) = 118+50+105=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #763269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763269 is #89CD96. Grayscale: #4C4C4C. Windows color (decimal): -9031063 or 6894198. OLE color: 6894198.

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

Color convert

RGB 118 50 105 -
CMYK 0 0.58 0.11 0.54
HSL 311.47º 0.4% 0.33% -
HSV(B) 311.47º 0.58% 0.46% -
XYZ 11.16 7.15 14.16 -
YUV 76.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 118 50 105 0 0.58 0.11 0.54 311.47 0.4 0.33
Hex 76 32 69 0 3A B 36 137 28 21
Octal 166 62 151 0 72 13 66 467 50 41
Binary 1110110 110010 1101001 0 111010 1011 110110 100110111 101000 100001

Color Harmonies of #763269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763269

Black with #763269

Text Example


Text Example

White with #763269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763269; }

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

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

background-color css

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

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

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

border-color css

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

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

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