Html Css Color HEX #762061 Palatinate Purple

📋 copy color: '#762061'

red 118 ◦ green 32 ◦ blue 97

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

Shades of Palatinate Purple #762061

Tints of Palatinate Purple #762061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

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

R = 47.77%
G = 12.96%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#762061 (or 0x762061) is known color: Palatinate Purple. HEX triplet: 76, 20 and 61. RGB value is (118,32,97). Sum of RGB (Red+Green+Blue) = 118+32+97=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #762061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762061 is #89DF9E. Grayscale: #404040. Windows color (decimal): -9035679 or 6365302. OLE color: 6365302.

HSL color Cylindrical-coordinate representation of color #762061: hue angle of 314.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762061 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 97 -
CMYK 0 0.73 0.18 0.54
HSL 314.65º 0.57% 0.29% -
HSV(B) 314.65º 0.73% 0.46% -
XYZ 10.15 5.75 11.88 -
YUV 65.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 118 32 97 0 0.73 0.18 0.54 314.65 0.57 0.29
Hex 76 20 61 0 49 12 36 13B 39 1D
Octal 166 40 141 0 111 22 66 473 71 35
Binary 1110110 100000 1100001 0 1001001 10010 110110 100111011 111001 11101

Color Harmonies of #762061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762061

Black with #762061

Text Example


Text Example

White with #762061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762061; }

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

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

background-color css

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

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

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

border-color css

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

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

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