Html Css Color HEX #76286A Palatinate Purple

📋 copy color: '#76286A'

red 118 ◦ green 40 ◦ blue 106

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

Shades of Palatinate Purple #76286A

Tints of Palatinate Purple #76286A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.15%

R = 44.7%
G = 15.15%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76286A (or 0x76286A) is known color: Palatinate Purple. HEX triplet: 76, 28 and 6A. RGB value is (118,40,106). Sum of RGB (Red+Green+Blue) = 118+40+106=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76286A is #89D795. Grayscale: #464646. Windows color (decimal): -9033622 or 6957174. OLE color: 6957174.

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

Color convert

RGB 118 40 106 -
CMYK 0 0.66 0.10 0.54
HSL 309.23º 0.49% 0.31% -
HSV(B) 309.23º 0.66% 0.46% -
XYZ 10.83 6.41 14.3 -
YUV 70.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 118 40 106 0 0.66 0.10 0.54 309.23 0.49 0.31
Hex 76 28 6A 0 42 A 36 135 31 1F
Octal 166 50 152 0 102 12 66 465 61 37
Binary 1110110 101000 1101010 0 1000010 1010 110110 100110101 110001 11111

Color Harmonies of #76286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76286A

Black with #76286A

Text Example


Text Example

White with #76286A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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