Html Css Color HEX #760A5E Palatinate Purple

📋 copy color: '#760A5E'

red 118 ◦ green 10 ◦ blue 94

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

Shades of Palatinate Purple #760A5E

Tints of Palatinate Purple #760A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.5%

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

R = 53.15%
G = 4.5%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#760A5E (or 0x760A5E) is known color: Palatinate Purple. HEX triplet: 76, 0A and 5E. RGB value is (118,10,94). Sum of RGB (Red+Green+Blue) = 118+10+94=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A5E is #89F5A1. Grayscale: #333333. Windows color (decimal): -9041314 or 6163062. OLE color: 6163062.

HSL color Cylindrical-coordinate representation of color #760A5E: hue angle of 313.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A5E is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 10 94 -
CMYK 0 0.92 0.20 0.54
HSL 313.33º 0.84% 0.25% -
HSV(B) 313.33º 0.92% 0.46% -
XYZ 9.6 4.88 11.03 -
YUV 51.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 118 10 94 0 0.92 0.20 0.54 313.33 0.84 0.25
Hex 76 A 5E 0 5C 14 36 139 54 19
Octal 166 12 136 0 134 24 66 471 124 31
Binary 1110110 1010 1011110 0 1011100 10100 110110 100111001 1010100 11001

Color Harmonies of #760A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A5E

Black with #760A5E

Text Example


Text Example

White with #760A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760A5E; }

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

 H1.HeaderClassName
 {
   color: #760A5E;
 }
 .AnyTagClassName
 {
   color: #760A5E;
 }
</style>

background-color css

<style>
 a { background-color: #760A5E; }

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

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

border-color css

<style>
 span { border-color: #760A5E; }

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

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