Html Css Color HEX #76406A Palatinate Purple

📋 copy color: '#76406A'

red 118 ◦ green 64 ◦ blue 106

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

Shades of Palatinate Purple #76406A

Tints of Palatinate Purple #76406A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 40.97%
G = 22.22%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76406A (or 0x76406A) is known color: Palatinate Purple. HEX triplet: 76, 40 and 6A. RGB value is (118,64,106). Sum of RGB (Red+Green+Blue) = 118+64+106=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #76406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76406A is #89BF95. Grayscale: #545454. Windows color (decimal): -9027478 or 6963318. OLE color: 6963318.

HSL color Cylindrical-coordinate representation of color #76406A: hue angle of 313.33º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76406A is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 106 -
CMYK 0 0.46 0.10 0.54
HSL 313.33º 0.3% 0.36% -
HSV(B) 313.33º 0.46% 0.46% -
XYZ 11.91 8.56 14.66 -
YUV 84.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 118 64 106 0 0.46 0.10 0.54 313.33 0.3 0.36
Hex 76 40 6A 0 2E A 36 139 1E 24
Octal 166 100 152 0 56 12 66 471 36 44
Binary 1110110 1000000 1101010 0 101110 1010 110110 100111001 11110 100100

Color Harmonies of #76406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76406A

Black with #76406A

Text Example


Text Example

White with #76406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76406A; }

 p { color: rgb(118,64,106); }

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

background-color css

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

 a { background-color: rgb(118,64,106); }

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

border-color css

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

 span { border-color: rgb(118,64,106); }

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