Html Css Color HEX #763261 Palatinate Purple

📋 copy color: '#763261'

red 118 ◦ green 50 ◦ blue 97

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

Shades of Palatinate Purple #763261

Tints of Palatinate Purple #763261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 44.53%
G = 18.87%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#763261 (or 0x763261) is known color: Palatinate Purple. HEX triplet: 76, 32 and 61. RGB value is (118,50,97). Sum of RGB (Red+Green+Blue) = 118+50+97=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #763261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763261 is #89CD9E. Grayscale: #4B4B4B. Windows color (decimal): -9031071 or 6369910. OLE color: 6369910.

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

Color convert

RGB 118 50 97 -
CMYK 0 0.58 0.18 0.54
HSL 318.53º 0.4% 0.33% -
HSV(B) 318.53º 0.58% 0.46% -
XYZ 10.77 7 12.09 -
YUV 75.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 118 50 97 0 0.58 0.18 0.54 318.53 0.4 0.33
Hex 76 32 61 0 3A 12 36 13F 28 21
Octal 166 62 141 0 72 22 66 477 50 41
Binary 1110110 110010 1100001 0 111010 10010 110110 100111111 101000 100001

Color Harmonies of #763261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763261

Black with #763261

Text Example


Text Example

White with #763261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763261; }

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

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

background-color css

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

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

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

border-color css

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

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

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