Html Css Color HEX #76275A Palatinate Purple

📋 copy color: '#76275A'

red 118 ◦ green 39 ◦ blue 90

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

Shades of Palatinate Purple #76275A

Tints of Palatinate Purple #76275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 47.77%
G = 15.79%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76275A (or 0x76275A) is known color: Palatinate Purple. HEX triplet: 76, 27 and 5A. RGB value is (118,39,90). Sum of RGB (Red+Green+Blue) = 118+39+90=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76275A is #89D8A5. Grayscale: #444444. Windows color (decimal): -9033894 or 5908342. OLE color: 5908342.

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

Color convert

RGB 118 39 90 -
CMYK 0 0.67 0.24 0.54
HSL 321.27º 0.5% 0.31% -
HSV(B) 321.27º 0.67% 0.46% -
XYZ 10.04 6.04 10.31 -
YUV 68.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 118 39 90 0 0.67 0.24 0.54 321.27 0.5 0.31
Hex 76 27 5A 0 43 18 36 141 32 1F
Octal 166 47 132 0 103 30 66 501 62 37
Binary 1110110 100111 1011010 0 1000011 11000 110110 101000001 110010 11111

Color Harmonies of #76275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76275A

Black with #76275A

Text Example


Text Example

White with #76275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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