Html Css Color HEX #763062 Palatinate Purple

📋 copy color: '#763062'

red 118 ◦ green 48 ◦ blue 98

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

Shades of Palatinate Purple #763062

Tints of Palatinate Purple #763062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 44.7%
G = 18.18%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#763062 (or 0x763062) is known color: Palatinate Purple. HEX triplet: 76, 30 and 62. RGB value is (118,48,98). Sum of RGB (Red+Green+Blue) = 118+48+98=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #763062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763062 is #89CF9D. Grayscale: #4A4A4A. Windows color (decimal): -9031582 or 6434934. OLE color: 6434934.

HSL color Cylindrical-coordinate representation of color #763062: hue angle of 317.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763062 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 98 -
CMYK 0 0.59 0.17 0.54
HSL 317.14º 0.42% 0.33% -
HSV(B) 317.14º 0.59% 0.46% -
XYZ 10.73 6.85 12.31 -
YUV 74.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 118 48 98 0 0.59 0.17 0.54 317.14 0.42 0.33
Hex 76 30 62 0 3B 11 36 13D 2A 21
Octal 166 60 142 0 73 21 66 475 52 41
Binary 1110110 110000 1100010 0 111011 10001 110110 100111101 101010 100001

Color Harmonies of #763062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763062

Black with #763062

Text Example


Text Example

White with #763062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763062; }

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

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

background-color css

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

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

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

border-color css

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

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

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