Html Css Color HEX #76256E Palatinate Purple

📋 copy color: '#76256E'

red 118 ◦ green 37 ◦ blue 110

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

Shades of Palatinate Purple #76256E

Tints of Palatinate Purple #76256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 44.53%
G = 13.96%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76256E (or 0x76256E) is known color: Palatinate Purple. HEX triplet: 76, 25 and 6E. RGB value is (118,37,110). Sum of RGB (Red+Green+Blue) = 118+37+110=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76256E is #89DA91. Grayscale: #454545. Windows color (decimal): -9034386 or 7218550. OLE color: 7218550.

HSL color Cylindrical-coordinate representation of color #76256E: hue angle of 305.93º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76256E is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 110 -
CMYK 0 0.69 0.07 0.54
HSL 305.93º 0.52% 0.3% -
HSV(B) 305.93º 0.69% 0.46% -
XYZ 10.95 6.3 15.39 -
YUV 69.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 118 37 110 0 0.69 0.07 0.54 305.93 0.52 0.3
Hex 76 25 6E 0 45 7 36 132 34 1E
Octal 166 45 156 0 105 7 66 462 64 36
Binary 1110110 100101 1101110 0 1000101 111 110110 100110010 110100 11110

Color Harmonies of #76256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76256E

Black with #76256E

Text Example


Text Example

White with #76256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76256E; }

 p { color: rgb(118,37,110); }

 H1.HeaderClassName
 {
   color: #76256E;
 }
 .AnyTagClassName
 {
   color: #76256E;
 }
</style>

background-color css

<style>
 a { background-color: #76256E; }

 a { background-color: rgb(118,37,110); }

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

border-color css

<style>
 span { border-color: #76256E; }

 span { border-color: rgb(118,37,110); }

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