Html Css Color HEX #761B61 Palatinate Purple

📋 copy color: '#761B61'

red 118 ◦ green 27 ◦ blue 97

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

Shades of Palatinate Purple #761B61

Tints of Palatinate Purple #761B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.16%

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

R = 48.76%
G = 11.16%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#761B61 (or 0x761B61) is known color: Palatinate Purple. HEX triplet: 76, 1B and 61. RGB value is (118,27,97). Sum of RGB (Red+Green+Blue) = 118+27+97=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #761B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B61 is #89E49E. Grayscale: #3E3E3E. Windows color (decimal): -9036959 or 6364022. OLE color: 6364022.

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

Color convert

RGB 118 27 97 -
CMYK 0 0.77 0.18 0.54
HSL 313.85º 0.63% 0.28% -
HSV(B) 313.85º 0.77% 0.46% -
XYZ 10.02 5.5 11.84 -
YUV 62.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 118 27 97 0 0.77 0.18 0.54 313.85 0.63 0.28
Hex 76 1B 61 0 4D 12 36 13A 3F 1C
Octal 166 33 141 0 115 22 66 472 77 34
Binary 1110110 11011 1100001 0 1001101 10010 110110 100111010 111111 11100

Color Harmonies of #761B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B61

Black with #761B61

Text Example


Text Example

White with #761B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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