Html Css Color HEX #76305E Palatinate Purple

📋 copy color: '#76305E'

red 118 ◦ green 48 ◦ blue 94

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

Shades of Palatinate Purple #76305E

Tints of Palatinate Purple #76305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 45.38%
G = 18.46%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76305E (or 0x76305E) is known color: Palatinate Purple. HEX triplet: 76, 30 and 5E. RGB value is (118,48,94). Sum of RGB (Red+Green+Blue) = 118+48+94=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76305E is #89CFA1. Grayscale: #4A4A4A. Windows color (decimal): -9031586 or 6172790. OLE color: 6172790.

HSL color Cylindrical-coordinate representation of color #76305E: hue angle of 320.57º 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 #76305E is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 94 -
CMYK 0 0.59 0.20 0.54
HSL 320.57º 0.42% 0.33% -
HSV(B) 320.57º 0.59% 0.46% -
XYZ 10.55 6.77 11.34 -
YUV 74.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 118 48 94 0 0.59 0.20 0.54 320.57 0.42 0.33
Hex 76 30 5E 0 3B 14 36 141 2A 21
Octal 166 60 136 0 73 24 66 501 52 41
Binary 1110110 110000 1011110 0 111011 10100 110110 101000001 101010 100001

Color Harmonies of #76305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76305E

Black with #76305E

Text Example


Text Example

White with #76305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76305E; }

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

 H1.HeaderClassName
 {
   color: #76305E;
 }
 .AnyTagClassName
 {
   color: #76305E;
 }
</style>

background-color css

<style>
 a { background-color: #76305E; }

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

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

border-color css

<style>
 span { border-color: #76305E; }

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

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