Html Css Color HEX #76276A Palatinate Purple

📋 copy color: '#76276A'

red 118 ◦ green 39 ◦ blue 106

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

Shades of Palatinate Purple #76276A

Tints of Palatinate Purple #76276A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 44.87%
G = 14.83%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76276A (or 0x76276A) is known color: Palatinate Purple. HEX triplet: 76, 27 and 6A. RGB value is (118,39,106). Sum of RGB (Red+Green+Blue) = 118+39+106=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76276A is #89D895. Grayscale: #464646. Windows color (decimal): -9033878 or 6956918. OLE color: 6956918.

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

Color convert

RGB 118 39 106 -
CMYK 0 0.67 0.10 0.54
HSL 309.11º 0.5% 0.31% -
HSV(B) 309.11º 0.67% 0.46% -
XYZ 10.8 6.34 14.29 -
YUV 70.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 118 39 106 0 0.67 0.10 0.54 309.11 0.5 0.31
Hex 76 27 6A 0 43 A 36 135 32 1F
Octal 166 47 152 0 103 12 66 465 62 37
Binary 1110110 100111 1101010 0 1000011 1010 110110 100110101 110010 11111

Color Harmonies of #76276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76276A

Black with #76276A

Text Example


Text Example

White with #76276A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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