Html Css Color HEX #76266C Palatinate Purple

📋 copy color: '#76266C'

red 118 ◦ green 38 ◦ blue 108

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

Shades of Palatinate Purple #76266C

Tints of Palatinate Purple #76266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

 BLUE value IS 108 (42.58% from 255) = 40.91%

R = 44.7%
G = 14.39%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76266C (or 0x76266C) is known color: Palatinate Purple. HEX triplet: 76, 26 and 6C. RGB value is (118,38,108). Sum of RGB (Red+Green+Blue) = 118+38+108=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76266C is #89D993. Grayscale: #454545. Windows color (decimal): -9034132 or 7087734. OLE color: 7087734.

HSL color Cylindrical-coordinate representation of color #76266C: hue angle of 307.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76266C is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 108 -
CMYK 0 0.68 0.08 0.54
HSL 307.5º 0.51% 0.31% -
HSV(B) 307.5º 0.68% 0.46% -
XYZ 10.87 6.32 14.83 -
YUV 69.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 118 38 108 0 0.68 0.08 0.54 307.5 0.51 0.31
Hex 76 26 6C 0 44 8 36 134 33 1F
Octal 166 46 154 0 104 10 66 464 63 37
Binary 1110110 100110 1101100 0 1000100 1000 110110 100110100 110011 11111

Color Harmonies of #76266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76266C

Black with #76266C

Text Example


Text Example

White with #76266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76266C; }

 p { color: rgb(118,38,108); }

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

background-color css

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

 a { background-color: rgb(118,38,108); }

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

border-color css

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

 span { border-color: rgb(118,38,108); }

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