Html Css Color HEX #76286D Palatinate Purple

📋 copy color: '#76286D'

red 118 ◦ green 40 ◦ blue 109

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

Shades of Palatinate Purple #76286D

Tints of Palatinate Purple #76286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 44.19%
G = 14.98%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76286D (or 0x76286D) is known color: Palatinate Purple. HEX triplet: 76, 28 and 6D. RGB value is (118,40,109). Sum of RGB (Red+Green+Blue) = 118+40+109=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76286D is #89D792. Grayscale: #464646. Windows color (decimal): -9033619 or 7153782. OLE color: 7153782.

HSL color Cylindrical-coordinate representation of color #76286D: hue angle of 306.92º 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 #76286D is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 109 -
CMYK 0 0.66 0.08 0.54
HSL 306.92º 0.49% 0.31% -
HSV(B) 306.92º 0.66% 0.46% -
XYZ 10.99 6.47 15.14 -
YUV 71.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 118 40 109 0 0.66 0.08 0.54 306.92 0.49 0.31
Hex 76 28 6D 0 42 8 36 133 31 1F
Octal 166 50 155 0 102 10 66 463 61 37
Binary 1110110 101000 1101101 0 1000010 1000 110110 100110011 110001 11111

Color Harmonies of #76286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76286D

Black with #76286D

Text Example


Text Example

White with #76286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76286D; }

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

 H1.HeaderClassName
 {
   color: #76286D;
 }
 .AnyTagClassName
 {
   color: #76286D;
 }
</style>

background-color css

<style>
 a { background-color: #76286D; }

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

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

border-color css

<style>
 span { border-color: #76286D; }

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

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