Html Css Color HEX #76306D Palatinate Purple

📋 copy color: '#76306D'

red 118 ◦ green 48 ◦ blue 109

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

Shades of Palatinate Purple #76306D

Tints of Palatinate Purple #76306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 42.91%
G = 17.45%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76306D (or 0x76306D) is known color: Palatinate Purple. HEX triplet: 76, 30 and 6D. RGB value is (118,48,109). Sum of RGB (Red+Green+Blue) = 118+48+109=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76306D is #89CF92. Grayscale: #4B4B4B. Windows color (decimal): -9031571 or 7155830. OLE color: 7155830.

HSL color Cylindrical-coordinate representation of color #76306D: hue angle of 307.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76306D is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 109 -
CMYK 0 0.59 0.08 0.54
HSL 307.71º 0.42% 0.33% -
HSV(B) 307.71º 0.59% 0.46% -
XYZ 11.29 7.07 15.24 -
YUV 75.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 118 48 109 0 0.59 0.08 0.54 307.71 0.42 0.33
Hex 76 30 6D 0 3B 8 36 134 2A 21
Octal 166 60 155 0 73 10 66 464 52 41
Binary 1110110 110000 1101101 0 111011 1000 110110 100110100 101010 100001

Color Harmonies of #76306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76306D

Black with #76306D

Text Example


Text Example

White with #76306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76306D; }

 p { color: rgb(118,48,109); }

 H1.HeaderClassName
 {
   color: #76306D;
 }
 .AnyTagClassName
 {
   color: #76306D;
 }
</style>

background-color css

<style>
 a { background-color: #76306D; }

 a { background-color: rgb(118,48,109); }

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

border-color css

<style>
 span { border-color: #76306D; }

 span { border-color: rgb(118,48,109); }

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