Html Css Color HEX #76065E Palatinate Purple

📋 copy color: '#76065E'

red 118 ◦ green 6 ◦ blue 94

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

Shades of Palatinate Purple #76065E

Tints of Palatinate Purple #76065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 54.13%
G = 2.75%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76065E (or 0x76065E) is known color: Palatinate Purple. HEX triplet: 76, 06 and 5E. RGB value is (118,6,94). Sum of RGB (Red+Green+Blue) = 118+6+94=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76065E is #89F9A1. Grayscale: #313131. Windows color (decimal): -9042338 or 6162038. OLE color: 6162038.

HSL color Cylindrical-coordinate representation of color #76065E: hue angle of 312.86º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76065E is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 94 -
CMYK 0 0.95 0.20 0.54
HSL 312.86º 0.9% 0.24% -
HSV(B) 312.86º 0.95% 0.46% -
XYZ 9.56 4.79 11.01 -
YUV 49.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 118 6 94 0 0.95 0.20 0.54 312.86 0.9 0.24
Hex 76 6 5E 0 5F 14 36 139 5A 18
Octal 166 6 136 0 137 24 66 471 132 30
Binary 1110110 110 1011110 0 1011111 10100 110110 100111001 1011010 11000

Color Harmonies of #76065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76065E

Black with #76065E

Text Example


Text Example

White with #76065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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