Html Css Color HEX #761E61 Palatinate Purple

📋 copy color: '#761E61'

red 118 ◦ green 30 ◦ blue 97

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

Shades of Palatinate Purple #761E61

Tints of Palatinate Purple #761E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.24%

 BLUE value IS 97 (38.28% from 255) = 39.59%

R = 48.16%
G = 12.24%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#761E61 (or 0x761E61) is known color: Palatinate Purple. HEX triplet: 76, 1E and 61. RGB value is (118,30,97). Sum of RGB (Red+Green+Blue) = 118+30+97=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #761E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761E61 is #89E19E. Grayscale: #3F3F3F. Windows color (decimal): -9036191 or 6364790. OLE color: 6364790.

HSL color Cylindrical-coordinate representation of color #761E61: hue angle of 314.32º degrees, saturation: 0.59, 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 #761E61 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 97 -
CMYK 0 0.75 0.18 0.54
HSL 314.32º 0.59% 0.29% -
HSV(B) 314.32º 0.75% 0.46% -
XYZ 10.09 5.64 11.87 -
YUV 63.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 118 30 97 0 0.75 0.18 0.54 314.32 0.59 0.29
Hex 76 1E 61 0 4B 12 36 13A 3B 1D
Octal 166 36 141 0 113 22 66 472 73 35
Binary 1110110 11110 1100001 0 1001011 10010 110110 100111010 111011 11101

Color Harmonies of #761E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E61

Black with #761E61

Text Example


Text Example

White with #761E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,30,97); }

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

background-color css

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

 a { background-color: rgb(118,30,97); }

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

border-color css

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

 span { border-color: rgb(118,30,97); }

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