Html Css Color HEX #76275B Palatinate Purple

📋 copy color: '#76275B'

red 118 ◦ green 39 ◦ blue 91

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

Shades of Palatinate Purple #76275B

Tints of Palatinate Purple #76275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 47.58%
G = 15.73%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76275B (or 0x76275B) is known color: Palatinate Purple. HEX triplet: 76, 27 and 5B. RGB value is (118,39,91). Sum of RGB (Red+Green+Blue) = 118+39+91=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76275B is #89D8A4. Grayscale: #444444. Windows color (decimal): -9033893 or 5973878. OLE color: 5973878.

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

Color convert

RGB 118 39 91 -
CMYK 0 0.67 0.23 0.54
HSL 320.51º 0.5% 0.31% -
HSV(B) 320.51º 0.67% 0.46% -
XYZ 10.09 6.06 10.54 -
YUV 68.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 118 39 91 0 0.67 0.23 0.54 320.51 0.5 0.31
Hex 76 27 5B 0 43 17 36 141 32 1F
Octal 166 47 133 0 103 27 66 501 62 37
Binary 1110110 100111 1011011 0 1000011 10111 110110 101000001 110010 11111

Color Harmonies of #76275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76275B

Black with #76275B

Text Example


Text Example

White with #76275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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