Html Css Color HEX #761A61 Palatinate Purple

📋 copy color: '#761A61'

red 118 ◦ green 26 ◦ blue 97

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

Shades of Palatinate Purple #761A61

Tints of Palatinate Purple #761A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

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

R = 48.96%
G = 10.79%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#761A61 (or 0x761A61) is known color: Palatinate Purple. HEX triplet: 76, 1A and 61. RGB value is (118,26,97). Sum of RGB (Red+Green+Blue) = 118+26+97=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #761A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A61 is #89E59E. Grayscale: #3D3D3D. Windows color (decimal): -9037215 or 6363766. OLE color: 6363766.

HSL color Cylindrical-coordinate representation of color #761A61: hue angle of 313.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A61 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 97 -
CMYK 0 0.78 0.18 0.54
HSL 313.7º 0.64% 0.28% -
HSV(B) 313.7º 0.78% 0.46% -
XYZ 10 5.45 11.83 -
YUV 61.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 118 26 97 0 0.78 0.18 0.54 313.7 0.64 0.28
Hex 76 1A 61 0 4E 12 36 13A 40 1C
Octal 166 32 141 0 116 22 66 472 100 34
Binary 1110110 11010 1100001 0 1001110 10010 110110 100111010 1000000 11100

Color Harmonies of #761A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A61

Black with #761A61

Text Example


Text Example

White with #761A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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