Html Css Color HEX #76276B Palatinate Purple

📋 copy color: '#76276B'

red 118 ◦ green 39 ◦ blue 107

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

Shades of Palatinate Purple #76276B

Tints of Palatinate Purple #76276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 44.7%
G = 14.77%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76276B (or 0x76276B) is known color: Palatinate Purple. HEX triplet: 76, 27 and 6B. RGB value is (118,39,107). Sum of RGB (Red+Green+Blue) = 118+39+107=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76276B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76276B is #89D894. Grayscale: #464646. Windows color (decimal): -9033877 or 7022454. OLE color: 7022454.

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

Color convert

RGB 118 39 107 -
CMYK 0 0.67 0.09 0.54
HSL 308.35º 0.5% 0.31% -
HSV(B) 308.35º 0.67% 0.46% -
XYZ 10.85 6.36 14.57 -
YUV 70.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 118 39 107 0 0.67 0.09 0.54 308.35 0.5 0.31
Hex 76 27 6B 0 43 9 36 134 32 1F
Octal 166 47 153 0 103 11 66 464 62 37
Binary 1110110 100111 1101011 0 1000011 1001 110110 100110100 110010 11111

Color Harmonies of #76276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76276B

Black with #76276B

Text Example


Text Example

White with #76276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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