Html Css Color HEX #762D62 Palatinate Purple

📋 copy color: '#762D62'

red 118 ◦ green 45 ◦ blue 98

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

Shades of Palatinate Purple #762D62

Tints of Palatinate Purple #762D62

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.24%

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

R = 45.21%
G = 17.24%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#762D62 (or 0x762D62) is known color: Palatinate Purple. HEX triplet: 76, 2D and 62. RGB value is (118,45,98). Sum of RGB (Red+Green+Blue) = 118+45+98=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #762D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D62 is #89D29D. Grayscale: #484848. Windows color (decimal): -9032350 or 6434166. OLE color: 6434166.

HSL color Cylindrical-coordinate representation of color #762D62: hue angle of 316.44º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D62 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 98 -
CMYK 0 0.62 0.17 0.54
HSL 316.44º 0.45% 0.32% -
HSV(B) 316.44º 0.62% 0.46% -
XYZ 10.61 6.61 12.27 -
YUV 72.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 118 45 98 0 0.62 0.17 0.54 316.44 0.45 0.32
Hex 76 2D 62 0 3E 11 36 13C 2D 20
Octal 166 55 142 0 76 21 66 474 55 40
Binary 1110110 101101 1100010 0 111110 10001 110110 100111100 101101 100000

Color Harmonies of #762D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D62

Black with #762D62

Text Example


Text Example

White with #762D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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