Html Css Color HEX #76266F Palatinate Purple

📋 copy color: '#76266F'

red 118 ◦ green 38 ◦ blue 111

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

Shades of Palatinate Purple #76266F

Tints of Palatinate Purple #76266F

RGB

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

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

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

R = 44.19%
G = 14.23%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76266F (or 0x76266F) is known color: Palatinate Purple. HEX triplet: 76, 26 and 6F. RGB value is (118,38,111). Sum of RGB (Red+Green+Blue) = 118+38+111=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76266F is #89D990. Grayscale: #464646. Windows color (decimal): -9034129 or 7284342. OLE color: 7284342.

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

Color convert

RGB 118 38 111 -
CMYK 0 0.68 0.06 0.54
HSL 305.25º 0.51% 0.31% -
HSV(B) 305.25º 0.68% 0.46% -
XYZ 11.03 6.39 15.69 -
YUV 70.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 118 38 111 0 0.68 0.06 0.54 305.25 0.51 0.31
Hex 76 26 6F 0 44 6 36 131 33 1F
Octal 166 46 157 0 104 6 66 461 63 37
Binary 1110110 100110 1101111 0 1000100 110 110110 100110001 110011 11111

Color Harmonies of #76266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76266F

Black with #76266F

Text Example


Text Example

White with #76266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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