Html Css Color HEX #76275F Palatinate Purple

📋 copy color: '#76275F'

red 118 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #76275F

Tints of Palatinate Purple #76275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 46.83%
G = 15.48%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76275F (or 0x76275F) is known color: Palatinate Purple. HEX triplet: 76, 27 and 5F. RGB value is (118,39,95). Sum of RGB (Red+Green+Blue) = 118+39+95=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76275F is #89D8A0. Grayscale: #444444. Windows color (decimal): -9033889 or 6236022. OLE color: 6236022.

HSL color Cylindrical-coordinate representation of color #76275F: hue angle of 317.47º 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 #76275F is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 95 -
CMYK 0 0.67 0.19 0.54
HSL 317.47º 0.5% 0.31% -
HSV(B) 317.47º 0.67% 0.46% -
XYZ 10.26 6.13 11.47 -
YUV 69.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 118 39 95 0 0.67 0.19 0.54 317.47 0.5 0.31
Hex 76 27 5F 0 43 13 36 13D 32 1F
Octal 166 47 137 0 103 23 66 475 62 37
Binary 1110110 100111 1011111 0 1000011 10011 110110 100111101 110010 11111

Color Harmonies of #76275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76275F

Black with #76275F

Text Example


Text Example

White with #76275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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