Html Css Color HEX #76236D Palatinate Purple

📋 copy color: '#76236D'

red 118 ◦ green 35 ◦ blue 109

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

Shades of Palatinate Purple #76236D

Tints of Palatinate Purple #76236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

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

R = 45.04%
G = 13.36%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76236D (or 0x76236D) is known color: Palatinate Purple. HEX triplet: 76, 23 and 6D. RGB value is (118,35,109). Sum of RGB (Red+Green+Blue) = 118+35+109=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76236D is #89DC92. Grayscale: #444444. Windows color (decimal): -9034899 or 7152502. OLE color: 7152502.

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

Color convert

RGB 118 35 109 -
CMYK 0 0.70 0.08 0.54
HSL 306.51º 0.54% 0.3% -
HSV(B) 306.51º 0.7% 0.46% -
XYZ 10.83 6.16 15.09 -
YUV 68.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 118 35 109 0 0.70 0.08 0.54 306.51 0.54 0.3
Hex 76 23 6D 0 46 8 36 133 36 1E
Octal 166 43 155 0 106 10 66 463 66 36
Binary 1110110 100011 1101101 0 1000110 1000 110110 100110011 110110 11110

Color Harmonies of #76236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76236D

Black with #76236D

Text Example


Text Example

White with #76236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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