Html Css Color HEX #763361 Palatinate Purple

📋 copy color: '#763361'

red 118 ◦ green 51 ◦ blue 97

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

Shades of Palatinate Purple #763361

Tints of Palatinate Purple #763361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

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

R = 44.36%
G = 19.17%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#763361 (or 0x763361) is known color: Palatinate Purple. HEX triplet: 76, 33 and 61. RGB value is (118,51,97). Sum of RGB (Red+Green+Blue) = 118+51+97=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #763361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763361 is #89CC9E. Grayscale: #4C4C4C. Windows color (decimal): -9030815 or 6370166. OLE color: 6370166.

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

Color convert

RGB 118 51 97 -
CMYK 0 0.57 0.18 0.54
HSL 318.81º 0.4% 0.33% -
HSV(B) 318.81º 0.57% 0.46% -
XYZ 10.81 7.08 12.11 -
YUV 76.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 118 51 97 0 0.57 0.18 0.54 318.81 0.4 0.33
Hex 76 33 61 0 39 12 36 13F 28 21
Octal 166 63 141 0 71 22 66 477 50 41
Binary 1110110 110011 1100001 0 111001 10010 110110 100111111 101000 100001

Color Harmonies of #763361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763361

Black with #763361

Text Example


Text Example

White with #763361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763361; }

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

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

background-color css

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

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

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

border-color css

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

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

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