Html Css Color HEX #76075B Palatinate Purple

📋 copy color: '#76075B'

red 118 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #76075B

Tints of Palatinate Purple #76075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 54.63%
G = 3.24%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76075B (or 0x76075B) is known color: Palatinate Purple. HEX triplet: 76, 07 and 5B. RGB value is (118,7,91). Sum of RGB (Red+Green+Blue) = 118+7+91=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76075B is #89F8A4. Grayscale: #313131. Windows color (decimal): -9042085 or 5965686. OLE color: 5965686.

HSL color Cylindrical-coordinate representation of color #76075B: hue angle of 314.59º 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 #76075B is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 7 91 -
CMYK 0 0.94 0.23 0.54
HSL 314.59º 0.89% 0.25% -
HSV(B) 314.59º 0.94% 0.46% -
XYZ 9.44 4.76 10.32 -
YUV 49.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 118 7 91 0 0.94 0.23 0.54 314.59 0.89 0.25
Hex 76 7 5B 0 5E 17 36 13B 59 19
Octal 166 7 133 0 136 27 66 473 131 31
Binary 1110110 111 1011011 0 1011110 10111 110110 100111011 1011001 11001

Color Harmonies of #76075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76075B

Black with #76075B

Text Example


Text Example

White with #76075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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