Html Css Color HEX #761B62 Palatinate Purple

📋 copy color: '#761B62'

red 118 ◦ green 27 ◦ blue 98

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

Shades of Palatinate Purple #761B62

Tints of Palatinate Purple #761B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.33%

R = 48.56%
G = 11.11%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#761B62 (or 0x761B62) is known color: Palatinate Purple. HEX triplet: 76, 1B and 62. RGB value is (118,27,98). Sum of RGB (Red+Green+Blue) = 118+27+98=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B62 is #89E49D. Grayscale: #3E3E3E. Windows color (decimal): -9036958 or 6429558. OLE color: 6429558.

HSL color Cylindrical-coordinate representation of color #761B62: hue angle of 313.19º 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 #761B62 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 27 98 -
CMYK 0 0.77 0.17 0.54
HSL 313.19º 0.63% 0.28% -
HSV(B) 313.19º 0.77% 0.46% -
XYZ 10.07 5.52 12.09 -
YUV 62.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 118 27 98 0 0.77 0.17 0.54 313.19 0.63 0.28
Hex 76 1B 62 0 4D 11 36 139 3F 1C
Octal 166 33 142 0 115 21 66 471 77 34
Binary 1110110 11011 1100010 0 1001101 10001 110110 100111001 111111 11100

Color Harmonies of #761B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B62

Black with #761B62

Text Example


Text Example

White with #761B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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