Html Css Color HEX #76236C Palatinate Purple

📋 copy color: '#76236C'

red 118 ◦ green 35 ◦ blue 108

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

Shades of Palatinate Purple #76236C

Tints of Palatinate Purple #76236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 45.21%
G = 13.41%
B = 41.38%

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

#76236C (or 0x76236C) is known color: Palatinate Purple. HEX triplet: 76, 23 and 6C. RGB value is (118,35,108). Sum of RGB (Red+Green+Blue) = 118+35+108=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76236C is #89DC93. Grayscale: #434343. Windows color (decimal): -9034900 or 7086966. OLE color: 7086966.

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

Color convert

RGB 118 35 108 -
CMYK 0 0.70 0.08 0.54
HSL 307.23º 0.54% 0.3% -
HSV(B) 307.23º 0.7% 0.46% -
XYZ 10.78 6.14 14.8 -
YUV 68.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 118 35 108 0 0.70 0.08 0.54 307.23 0.54 0.3
Hex 76 23 6C 0 46 8 36 133 36 1E
Octal 166 43 154 0 106 10 66 463 66 36
Binary 1110110 100011 1101100 0 1000110 1000 110110 100110011 110110 11110

Color Harmonies of #76236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76236C

Black with #76236C

Text Example


Text Example

White with #76236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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