Html Css Color HEX #76225D Palatinate Purple

📋 copy color: '#76225D'

red 118 ◦ green 34 ◦ blue 93

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

Shades of Palatinate Purple #76225D

Tints of Palatinate Purple #76225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.88%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 48.16%
G = 13.88%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76225D (or 0x76225D) is known color: Palatinate Purple. HEX triplet: 76, 22 and 5D. RGB value is (118,34,93). Sum of RGB (Red+Green+Blue) = 118+34+93=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76225D is #89DDA2. Grayscale: #414141. Windows color (decimal): -9035171 or 6103670. OLE color: 6103670.

HSL color Cylindrical-coordinate representation of color #76225D: hue angle of 317.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76225D is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 93 -
CMYK 0 0.71 0.21 0.54
HSL 317.86º 0.55% 0.3% -
HSV(B) 317.86º 0.71% 0.46% -
XYZ 10.02 5.79 10.94 -
YUV 65.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 118 34 93 0 0.71 0.21 0.54 317.86 0.55 0.3
Hex 76 22 5D 0 47 15 36 13E 37 1E
Octal 166 42 135 0 107 25 66 476 67 36
Binary 1110110 100010 1011101 0 1000111 10101 110110 100111110 110111 11110

Color Harmonies of #76225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76225D

Black with #76225D

Text Example


Text Example

White with #76225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,34,93); }

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

background-color css

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

 a { background-color: rgb(118,34,93); }

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

border-color css

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

 span { border-color: rgb(118,34,93); }

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