Html Css Color HEX #761762 Palatinate Purple

📋 copy color: '#761762'

red 118 ◦ green 23 ◦ blue 98

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

Shades of Palatinate Purple #761762

Tints of Palatinate Purple #761762

RGB

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

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

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

R = 49.37%
G = 9.62%
B = 41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#761762 (or 0x761762) is known color: Palatinate Purple. HEX triplet: 76, 17 and 62. RGB value is (118,23,98). Sum of RGB (Red+Green+Blue) = 118+23+98=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #761762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761762 is #89E89D. Grayscale: #3B3B3B. Windows color (decimal): -9037982 or 6428534. OLE color: 6428534.

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

Color convert

RGB 118 23 98 -
CMYK 0 0.81 0.17 0.54
HSL 312.63º 0.67% 0.28% -
HSV(B) 312.63º 0.81% 0.46% -
XYZ 9.98 5.35 12.06 -
YUV 59.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 118 23 98 0 0.81 0.17 0.54 312.63 0.67 0.28
Hex 76 17 62 0 51 11 36 139 43 1C
Octal 166 27 142 0 121 21 66 471 103 34
Binary 1110110 10111 1100010 0 1010001 10001 110110 100111001 1000011 11100

Color Harmonies of #761762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761762

Black with #761762

Text Example


Text Example

White with #761762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761762; }

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

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

background-color css

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

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

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

border-color css

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

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

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