Html Css Color HEX #76246A Palatinate Purple

📋 copy color: '#76246A'

red 118 ◦ green 36 ◦ blue 106

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

Shades of Palatinate Purple #76246A

Tints of Palatinate Purple #76246A

RGB

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

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

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

R = 45.38%
G = 13.85%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76246A (or 0x76246A) is known color: Palatinate Purple. HEX triplet: 76, 24 and 6A. RGB value is (118,36,106). Sum of RGB (Red+Green+Blue) = 118+36+106=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76246A is #89DB95. Grayscale: #444444. Windows color (decimal): -9034646 or 6956150. OLE color: 6956150.

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

Color convert

RGB 118 36 106 -
CMYK 0 0.69 0.10 0.54
HSL 308.78º 0.53% 0.3% -
HSV(B) 308.78º 0.69% 0.46% -
XYZ 10.7 6.15 14.26 -
YUV 68.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 118 36 106 0 0.69 0.10 0.54 308.78 0.53 0.3
Hex 76 24 6A 0 45 A 36 135 35 1E
Octal 166 44 152 0 105 12 66 465 65 36
Binary 1110110 100100 1101010 0 1000101 1010 110110 100110101 110101 11110

Color Harmonies of #76246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76246A

Black with #76246A

Text Example


Text Example

White with #76246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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