Html Css Color HEX #76246D Palatinate Purple

📋 copy color: '#76246D'

red 118 ◦ green 36 ◦ blue 109

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

Shades of Palatinate Purple #76246D

Tints of Palatinate Purple #76246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

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

R = 44.87%
G = 13.69%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76246D (or 0x76246D) is known color: Palatinate Purple. HEX triplet: 76, 24 and 6D. RGB value is (118,36,109). Sum of RGB (Red+Green+Blue) = 118+36+109=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76246D is #89DB92. Grayscale: #444444. Windows color (decimal): -9034643 or 7152758. OLE color: 7152758.

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

Color convert

RGB 118 36 109 -
CMYK 0 0.69 0.08 0.54
HSL 306.59º 0.53% 0.3% -
HSV(B) 306.59º 0.69% 0.46% -
XYZ 10.86 6.22 15.1 -
YUV 68.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 118 36 109 0 0.69 0.08 0.54 306.59 0.53 0.3
Hex 76 24 6D 0 45 8 36 133 35 1E
Octal 166 44 155 0 105 10 66 463 65 36
Binary 1110110 100100 1101101 0 1000101 1000 110110 100110011 110101 11110

Color Harmonies of #76246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76246D

Black with #76246D

Text Example


Text Example

White with #76246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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