Html Css Color HEX #76235A Palatinate Purple

📋 copy color: '#76235A'

red 118 ◦ green 35 ◦ blue 90

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

Shades of Palatinate Purple #76235A

Tints of Palatinate Purple #76235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 48.56%
G = 14.4%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76235A (or 0x76235A) is known color: Palatinate Purple. HEX triplet: 76, 23 and 5A. RGB value is (118,35,90). Sum of RGB (Red+Green+Blue) = 118+35+90=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76235A is #89DCA5. Grayscale: #414141. Windows color (decimal): -9034918 or 5907318. OLE color: 5907318.

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

Color convert

RGB 118 35 90 -
CMYK 0 0.70 0.24 0.54
HSL 320.24º 0.54% 0.3% -
HSV(B) 320.24º 0.7% 0.46% -
XYZ 9.92 5.79 10.27 -
YUV 66.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 118 35 90 0 0.70 0.24 0.54 320.24 0.54 0.3
Hex 76 23 5A 0 46 18 36 140 36 1E
Octal 166 43 132 0 106 30 66 500 66 36
Binary 1110110 100011 1011010 0 1000110 11000 110110 101000000 110110 11110

Color Harmonies of #76235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76235A

Black with #76235A

Text Example


Text Example

White with #76235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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