Html Css Color HEX #76346A Palatinate Purple

📋 copy color: '#76346A'

red 118 ◦ green 52 ◦ blue 106

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

Shades of Palatinate Purple #76346A

Tints of Palatinate Purple #76346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

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

R = 42.75%
G = 18.84%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76346A (or 0x76346A) is known color: Palatinate Purple. HEX triplet: 76, 34 and 6A. RGB value is (118,52,106). Sum of RGB (Red+Green+Blue) = 118+52+106=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76346A is #89CB95. Grayscale: #4D4D4D. Windows color (decimal): -9030550 or 6960246. OLE color: 6960246.

HSL color Cylindrical-coordinate representation of color #76346A: hue angle of 310.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76346A is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 106 -
CMYK 0 0.56 0.10 0.54
HSL 310.91º 0.39% 0.33% -
HSV(B) 310.91º 0.56% 0.46% -
XYZ 11.3 7.35 14.46 -
YUV 77.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 118 52 106 0 0.56 0.10 0.54 310.91 0.39 0.33
Hex 76 34 6A 0 38 A 36 137 27 21
Octal 166 64 152 0 70 12 66 467 47 41
Binary 1110110 110100 1101010 0 111000 1010 110110 100110111 100111 100001

Color Harmonies of #76346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76346A

Black with #76346A

Text Example


Text Example

White with #76346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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