Html Css Color HEX #76275E Palatinate Purple

📋 copy color: '#76275E'

red 118 ◦ green 39 ◦ blue 94

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

Shades of Palatinate Purple #76275E

Tints of Palatinate Purple #76275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

 BLUE value IS 94 (37.11% from 255) = 37.45%

R = 47.01%
G = 15.54%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76275E (or 0x76275E) is known color: Palatinate Purple. HEX triplet: 76, 27 and 5E. RGB value is (118,39,94). Sum of RGB (Red+Green+Blue) = 118+39+94=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76275E is #89D8A1. Grayscale: #444444. Windows color (decimal): -9033890 or 6170486. OLE color: 6170486.

HSL color Cylindrical-coordinate representation of color #76275E: hue angle of 318.23º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76275E is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 94 -
CMYK 0 0.67 0.20 0.54
HSL 318.23º 0.5% 0.31% -
HSV(B) 318.23º 0.67% 0.46% -
XYZ 10.22 6.11 11.23 -
YUV 68.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 118 39 94 0 0.67 0.20 0.54 318.23 0.5 0.31
Hex 76 27 5E 0 43 14 36 13E 32 1F
Octal 166 47 136 0 103 24 66 476 62 37
Binary 1110110 100111 1011110 0 1000011 10100 110110 100111110 110010 11111

Color Harmonies of #76275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76275E

Black with #76275E

Text Example


Text Example

White with #76275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,39,94); }

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

background-color css

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

 a { background-color: rgb(118,39,94); }

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

border-color css

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

 span { border-color: rgb(118,39,94); }

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