Html Css Color HEX #76285B Palatinate Purple

📋 copy color: '#76285B'

red 118 ◦ green 40 ◦ blue 91

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

Shades of Palatinate Purple #76285B

Tints of Palatinate Purple #76285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

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

R = 47.39%
G = 16.06%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76285B (or 0x76285B) is known color: Palatinate Purple. HEX triplet: 76, 28 and 5B. RGB value is (118,40,91). Sum of RGB (Red+Green+Blue) = 118+40+91=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76285B is #89D7A4. Grayscale: #454545. Windows color (decimal): -9033637 or 5974134. OLE color: 5974134.

HSL color Cylindrical-coordinate representation of color #76285B: hue angle of 320.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76285B is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 91 -
CMYK 0 0.66 0.23 0.54
HSL 320.77º 0.49% 0.31% -
HSV(B) 320.77º 0.66% 0.46% -
XYZ 10.12 6.12 10.55 -
YUV 69.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 118 40 91 0 0.66 0.23 0.54 320.77 0.49 0.31
Hex 76 28 5B 0 42 17 36 141 31 1F
Octal 166 50 133 0 102 27 66 501 61 37
Binary 1110110 101000 1011011 0 1000010 10111 110110 101000001 110001 11111

Color Harmonies of #76285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76285B

Black with #76285B

Text Example


Text Example

White with #76285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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