Html Css Color HEX #761D5E Palatinate Purple

📋 copy color: '#761D5E'

red 118 ◦ green 29 ◦ blue 94

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

Shades of Palatinate Purple #761D5E

Tints of Palatinate Purple #761D5E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.03%

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

R = 48.96%
G = 12.03%
B = 39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#761D5E (or 0x761D5E) is known color: Palatinate Purple. HEX triplet: 76, 1D and 5E. RGB value is (118,29,94). Sum of RGB (Red+Green+Blue) = 118+29+94=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #761D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D5E is #89E2A1. Grayscale: #3E3E3E. Windows color (decimal): -9036450 or 6167926. OLE color: 6167926.

HSL color Cylindrical-coordinate representation of color #761D5E: hue angle of 316.18º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761D5E is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 29 94 -
CMYK 0 0.75 0.20 0.54
HSL 316.18º 0.61% 0.29% -
HSV(B) 316.18º 0.75% 0.46% -
XYZ 9.93 5.54 11.14 -
YUV 63.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 118 29 94 0 0.75 0.20 0.54 316.18 0.61 0.29
Hex 76 1D 5E 0 4B 14 36 13C 3D 1D
Octal 166 35 136 0 113 24 66 474 75 35
Binary 1110110 11101 1011110 0 1001011 10100 110110 100111100 111101 11101

Color Harmonies of #761D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D5E

Black with #761D5E

Text Example


Text Example

White with #761D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761D5E; }

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

 H1.HeaderClassName
 {
   color: #761D5E;
 }
 .AnyTagClassName
 {
   color: #761D5E;
 }
</style>

background-color css

<style>
 a { background-color: #761D5E; }

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

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

border-color css

<style>
 span { border-color: #761D5E; }

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

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