Html Css Color HEX #76256D Palatinate Purple

📋 copy color: '#76256D'

red 118 ◦ green 37 ◦ blue 109

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

Shades of Palatinate Purple #76256D

Tints of Palatinate Purple #76256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 44.7%
G = 14.02%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76256D (or 0x76256D) is known color: Palatinate Purple. HEX triplet: 76, 25 and 6D. RGB value is (118,37,109). Sum of RGB (Red+Green+Blue) = 118+37+109=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76256D is #89DA92. Grayscale: #454545. Windows color (decimal): -9034387 or 7153014. OLE color: 7153014.

HSL color Cylindrical-coordinate representation of color #76256D: hue angle of 306.67º 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 #76256D is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 109 -
CMYK 0 0.69 0.08 0.54
HSL 306.67º 0.52% 0.3% -
HSV(B) 306.67º 0.69% 0.46% -
XYZ 10.89 6.28 15.11 -
YUV 69.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 118 37 109 0 0.69 0.08 0.54 306.67 0.52 0.3
Hex 76 25 6D 0 45 8 36 133 34 1E
Octal 166 45 155 0 105 10 66 463 64 36
Binary 1110110 100101 1101101 0 1000101 1000 110110 100110011 110100 11110

Color Harmonies of #76256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76256D

Black with #76256D

Text Example


Text Example

White with #76256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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