Html Css Color HEX #76236A Palatinate Purple

📋 copy color: '#76236A'

red 118 ◦ green 35 ◦ blue 106

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

Shades of Palatinate Purple #76236A

Tints of Palatinate Purple #76236A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.93%

R = 45.56%
G = 13.51%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76236A (or 0x76236A) is known color: Palatinate Purple. HEX triplet: 76, 23 and 6A. RGB value is (118,35,106). Sum of RGB (Red+Green+Blue) = 118+35+106=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76236A is #89DC95. Grayscale: #434343. Windows color (decimal): -9034902 or 6955894. OLE color: 6955894.

HSL color Cylindrical-coordinate representation of color #76236A: hue angle of 308.67º 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 #76236A is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 106 -
CMYK 0 0.70 0.10 0.54
HSL 308.67º 0.54% 0.3% -
HSV(B) 308.67º 0.7% 0.46% -
XYZ 10.67 6.09 14.25 -
YUV 67.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 118 35 106 0 0.70 0.10 0.54 308.67 0.54 0.3
Hex 76 23 6A 0 46 A 36 135 36 1E
Octal 166 43 152 0 106 12 66 465 66 36
Binary 1110110 100011 1101010 0 1000110 1010 110110 100110101 110110 11110

Color Harmonies of #76236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76236A

Black with #76236A

Text Example


Text Example

White with #76236A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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