Html Css Color HEX #761761 Palatinate Purple

📋 copy color: '#761761'

red 118 ◦ green 23 ◦ blue 97

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

Shades of Palatinate Purple #761761

Tints of Palatinate Purple #761761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

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

R = 49.58%
G = 9.66%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#761761 (or 0x761761) is known color: Palatinate Purple. HEX triplet: 76, 17 and 61. RGB value is (118,23,97). Sum of RGB (Red+Green+Blue) = 118+23+97=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #761761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761761 is #89E89E. Grayscale: #3B3B3B. Windows color (decimal): -9037983 or 6362998. OLE color: 6362998.

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

Color convert

RGB 118 23 97 -
CMYK 0 0.81 0.18 0.54
HSL 313.26º 0.67% 0.28% -
HSV(B) 313.26º 0.81% 0.46% -
XYZ 9.94 5.33 11.81 -
YUV 59.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 118 23 97 0 0.81 0.18 0.54 313.26 0.67 0.28
Hex 76 17 61 0 51 12 36 139 43 1C
Octal 166 27 141 0 121 22 66 471 103 34
Binary 1110110 10111 1100001 0 1010001 10010 110110 100111001 1000011 11100

Color Harmonies of #761761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761761

Black with #761761

Text Example


Text Example

White with #761761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761761; }

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

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

background-color css

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

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

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

border-color css

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

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

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