Html Css Color HEX #76346B Palatinate Purple

📋 copy color: '#76346B'

red 118 ◦ green 52 ◦ blue 107

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

Shades of Palatinate Purple #76346B

Tints of Palatinate Purple #76346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.63%

R = 42.6%
G = 18.77%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76346B (or 0x76346B) is known color: Palatinate Purple. HEX triplet: 76, 34 and 6B. RGB value is (118,52,107). Sum of RGB (Red+Green+Blue) = 118+52+107=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76346B is #89CB94. Grayscale: #4D4D4D. Windows color (decimal): -9030549 or 7025782. OLE color: 7025782.

HSL color Cylindrical-coordinate representation of color #76346B: hue angle of 310º 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 #76346B is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 107 -
CMYK 0 0.56 0.09 0.54
HSL 310º 0.39% 0.33% -
HSV(B) 310º 0.56% 0.46% -
XYZ 11.35 7.37 14.73 -
YUV 78 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 118 52 107 0 0.56 0.09 0.54 310 0.39 0.33
Hex 76 34 6B 0 38 9 36 136 27 21
Octal 166 64 153 0 70 11 66 466 47 41
Binary 1110110 110100 1101011 0 111000 1001 110110 100110110 100111 100001

Color Harmonies of #76346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76346B

Black with #76346B

Text Example


Text Example

White with #76346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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