Html Css Color HEX #76355F Palatinate Purple

📋 copy color: '#76355F'

red 118 ◦ green 53 ◦ blue 95

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

Shades of Palatinate Purple #76355F

Tints of Palatinate Purple #76355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

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

R = 44.36%
G = 19.92%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76355F (or 0x76355F) is known color: Palatinate Purple. HEX triplet: 76, 35 and 5F. RGB value is (118,53,95). Sum of RGB (Red+Green+Blue) = 118+53+95=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76355F is #89CAA0. Grayscale: #4D4D4D. Windows color (decimal): -9030305 or 6239606. OLE color: 6239606.

HSL color Cylindrical-coordinate representation of color #76355F: hue angle of 321.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76355F is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 95 -
CMYK 0 0.55 0.19 0.54
HSL 321.23º 0.38% 0.34% -
HSV(B) 321.23º 0.55% 0.46% -
XYZ 10.81 7.22 11.65 -
YUV 77.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 118 53 95 0 0.55 0.19 0.54 321.23 0.38 0.34
Hex 76 35 5F 0 37 13 36 141 26 22
Octal 166 65 137 0 67 23 66 501 46 42
Binary 1110110 110101 1011111 0 110111 10011 110110 101000001 100110 100010

Color Harmonies of #76355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76355F

Black with #76355F

Text Example


Text Example

White with #76355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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