Html Css Color HEX #76276F Palatinate Purple

📋 copy color: '#76276F'

red 118 ◦ green 39 ◦ blue 111

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

Shades of Palatinate Purple #76276F

Tints of Palatinate Purple #76276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 44.03%
G = 14.55%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76276F (or 0x76276F) is known color: Palatinate Purple. HEX triplet: 76, 27 and 6F. RGB value is (118,39,111). Sum of RGB (Red+Green+Blue) = 118+39+111=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #76276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76276F is #89D890. Grayscale: #464646. Windows color (decimal): -9033873 or 7284598. OLE color: 7284598.

HSL color Cylindrical-coordinate representation of color #76276F: hue angle of 305.32º 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 #76276F is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 111 -
CMYK 0 0.67 0.06 0.54
HSL 305.32º 0.5% 0.31% -
HSV(B) 305.32º 0.67% 0.46% -
XYZ 11.07 6.45 15.7 -
YUV 70.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 118 39 111 0 0.67 0.06 0.54 305.32 0.5 0.31
Hex 76 27 6F 0 43 6 36 131 32 1F
Octal 166 47 157 0 103 6 66 461 62 37
Binary 1110110 100111 1101111 0 1000011 110 110110 100110001 110010 11111

Color Harmonies of #76276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76276F

Black with #76276F

Text Example


Text Example

White with #76276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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