Html Css Color HEX #76275D Palatinate Purple

📋 copy color: '#76275D'

red 118 ◦ green 39 ◦ blue 93

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

Shades of Palatinate Purple #76275D

Tints of Palatinate Purple #76275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 47.2%
G = 15.6%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76275D (or 0x76275D) is known color: Palatinate Purple. HEX triplet: 76, 27 and 5D. RGB value is (118,39,93). Sum of RGB (Red+Green+Blue) = 118+39+93=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76275D is #89D8A2. Grayscale: #444444. Windows color (decimal): -9033891 or 6104950. OLE color: 6104950.

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

Color convert

RGB 118 39 93 -
CMYK 0 0.67 0.21 0.54
HSL 318.99º 0.5% 0.31% -
HSV(B) 318.99º 0.67% 0.46% -
XYZ 10.17 6.09 11 -
YUV 68.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 118 39 93 0 0.67 0.21 0.54 318.99 0.5 0.31
Hex 76 27 5D 0 43 15 36 13F 32 1F
Octal 166 47 135 0 103 25 66 477 62 37
Binary 1110110 100111 1011101 0 1000011 10101 110110 100111111 110010 11111

Color Harmonies of #76275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76275D

Black with #76275D

Text Example


Text Example

White with #76275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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