Html Css Color HEX #761561 Palatinate Purple

📋 copy color: '#761561'

red 118 ◦ green 21 ◦ blue 97

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

Shades of Palatinate Purple #761561

Tints of Palatinate Purple #761561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

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

R = 50%
G = 8.9%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#761561 (or 0x761561) is known color: Palatinate Purple. HEX triplet: 76, 15 and 61. RGB value is (118,21,97). Sum of RGB (Red+Green+Blue) = 118+21+97=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #761561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761561 is #89EA9E. Grayscale: #3A3A3A. Windows color (decimal): -9038495 or 6362486. OLE color: 6362486.

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

Color convert

RGB 118 21 97 -
CMYK 0 0.82 0.18 0.54
HSL 312.99º 0.7% 0.27% -
HSV(B) 312.99º 0.82% 0.46% -
XYZ 9.9 5.25 11.8 -
YUV 58.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 118 21 97 0 0.82 0.18 0.54 312.99 0.7 0.27
Hex 76 15 61 0 52 12 36 139 46 1B
Octal 166 25 141 0 122 22 66 471 106 33
Binary 1110110 10101 1100001 0 1010010 10010 110110 100111001 1000110 11011

Color Harmonies of #761561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761561

Black with #761561

Text Example


Text Example

White with #761561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761561; }

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

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

background-color css

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

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

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

border-color css

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

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

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