Html Css Color HEX #761261 Palatinate Purple

📋 copy color: '#761261'

red 118 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #761261

Tints of Palatinate Purple #761261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

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

R = 50.64%
G = 7.73%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#761261 (or 0x761261) is known color: Palatinate Purple. HEX triplet: 76, 12 and 61. RGB value is (118,18,97). Sum of RGB (Red+Green+Blue) = 118+18+97=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #761261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761261 is #89ED9E. Grayscale: #383838. Windows color (decimal): -9039263 or 6361718. OLE color: 6361718.

HSL color Cylindrical-coordinate representation of color #761261: hue angle of 312.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761261 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 97 -
CMYK 0 0.85 0.18 0.54
HSL 312.6º 0.74% 0.27% -
HSV(B) 312.6º 0.85% 0.46% -
XYZ 9.85 5.15 11.78 -
YUV 56.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 118 18 97 0 0.85 0.18 0.54 312.6 0.74 0.27
Hex 76 12 61 0 55 12 36 139 4A 1B
Octal 166 22 141 0 125 22 66 471 112 33
Binary 1110110 10010 1100001 0 1010101 10010 110110 100111001 1001010 11011

Color Harmonies of #761261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761261

Black with #761261

Text Example


Text Example

White with #761261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761261; }

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

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

background-color css

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

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

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

border-color css

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

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

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