Html Css Color HEX #76286B Palatinate Purple

📋 copy color: '#76286B'

red 118 ◦ green 40 ◦ blue 107

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

Shades of Palatinate Purple #76286B

Tints of Palatinate Purple #76286B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.38%

R = 44.53%
G = 15.09%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76286B (or 0x76286B) is known color: Palatinate Purple. HEX triplet: 76, 28 and 6B. RGB value is (118,40,107). Sum of RGB (Red+Green+Blue) = 118+40+107=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76286B is #89D794. Grayscale: #464646. Windows color (decimal): -9033621 or 7022710. OLE color: 7022710.

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

Color convert

RGB 118 40 107 -
CMYK 0 0.66 0.09 0.54
HSL 308.46º 0.49% 0.31% -
HSV(B) 308.46º 0.66% 0.46% -
XYZ 10.88 6.43 14.58 -
YUV 70.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 118 40 107 0 0.66 0.09 0.54 308.46 0.49 0.31
Hex 76 28 6B 0 42 9 36 134 31 1F
Octal 166 50 153 0 102 11 66 464 61 37
Binary 1110110 101000 1101011 0 1000010 1001 110110 100110100 110001 11111

Color Harmonies of #76286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76286B

Black with #76286B

Text Example


Text Example

White with #76286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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