Html Css Color HEX #76286E Palatinate Purple

📋 copy color: '#76286E'

red 118 ◦ green 40 ◦ blue 110

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

Shades of Palatinate Purple #76286E

Tints of Palatinate Purple #76286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 44.03%
G = 14.93%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76286E (or 0x76286E) is known color: Palatinate Purple. HEX triplet: 76, 28 and 6E. RGB value is (118,40,110). Sum of RGB (Red+Green+Blue) = 118+40+110=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #76286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76286E is #89D791. Grayscale: #474747. Windows color (decimal): -9033618 or 7219318. OLE color: 7219318.

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

Color convert

RGB 118 40 110 -
CMYK 0 0.66 0.07 0.54
HSL 306.15º 0.49% 0.31% -
HSV(B) 306.15º 0.66% 0.46% -
XYZ 11.04 6.49 15.42 -
YUV 71.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 118 40 110 0 0.66 0.07 0.54 306.15 0.49 0.31
Hex 76 28 6E 0 42 7 36 132 31 1F
Octal 166 50 156 0 102 7 66 462 61 37
Binary 1110110 101000 1101110 0 1000010 111 110110 100110010 110001 11111

Color Harmonies of #76286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76286E

Black with #76286E

Text Example


Text Example

White with #76286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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