Html Css Color HEX #76075C Palatinate Purple

📋 copy color: '#76075C'

red 118 ◦ green 7 ◦ blue 92

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

Shades of Palatinate Purple #76075C

Tints of Palatinate Purple #76075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.23%

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 54.38%
G = 3.23%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76075C (or 0x76075C) is known color: Palatinate Purple. HEX triplet: 76, 07 and 5C. RGB value is (118,7,92). Sum of RGB (Red+Green+Blue) = 118+7+92=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76075C is #89F8A3. Grayscale: #313131. Windows color (decimal): -9042084 or 6031222. OLE color: 6031222.

HSL color Cylindrical-coordinate representation of color #76075C: hue angle of 314.05º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76075C is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 7 92 -
CMYK 0 0.94 0.22 0.54
HSL 314.05º 0.89% 0.25% -
HSV(B) 314.05º 0.94% 0.46% -
XYZ 9.48 4.78 10.55 -
YUV 49.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 118 7 92 0 0.94 0.22 0.54 314.05 0.89 0.25
Hex 76 7 5C 0 5E 16 36 13A 59 19
Octal 166 7 134 0 136 26 66 472 131 31
Binary 1110110 111 1011100 0 1011110 10110 110110 100111010 1011001 11001

Color Harmonies of #76075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76075C

Black with #76075C

Text Example


Text Example

White with #76075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76075C; }

 p { color: rgb(118,7,92); }

 H1.HeaderClassName
 {
   color: #76075C;
 }
 .AnyTagClassName
 {
   color: #76075C;
 }
</style>

background-color css

<style>
 a { background-color: #76075C; }

 a { background-color: rgb(118,7,92); }

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

border-color css

<style>
 span { border-color: #76075C; }

 span { border-color: rgb(118,7,92); }

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