Html Css Color HEX #76345F Palatinate Purple

📋 copy color: '#76345F'

red 118 ◦ green 52 ◦ blue 95

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

Shades of Palatinate Purple #76345F

Tints of Palatinate Purple #76345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 44.53%
G = 19.62%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76345F (or 0x76345F) is known color: Palatinate Purple. HEX triplet: 76, 34 and 5F. RGB value is (118,52,95). Sum of RGB (Red+Green+Blue) = 118+52+95=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76345F is #89CBA0. Grayscale: #4C4C4C. Windows color (decimal): -9030561 or 6239350. OLE color: 6239350.

HSL color Cylindrical-coordinate representation of color #76345F: hue angle of 320.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 #76345F is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 95 -
CMYK 0 0.56 0.19 0.54
HSL 320.91º 0.39% 0.33% -
HSV(B) 320.91º 0.56% 0.46% -
XYZ 10.76 7.13 11.64 -
YUV 76.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 118 52 95 0 0.56 0.19 0.54 320.91 0.39 0.33
Hex 76 34 5F 0 38 13 36 141 27 21
Octal 166 64 137 0 70 23 66 501 47 41
Binary 1110110 110100 1011111 0 111000 10011 110110 101000001 100111 100001

Color Harmonies of #76345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76345F

Black with #76345F

Text Example


Text Example

White with #76345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76345F; }

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

 H1.HeaderClassName
 {
   color: #76345F;
 }
 .AnyTagClassName
 {
   color: #76345F;
 }
</style>

background-color css

<style>
 a { background-color: #76345F; }

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

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

border-color css

<style>
 span { border-color: #76345F; }

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

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