Html Css Color HEX #763362 Palatinate Purple

📋 copy color: '#763362'

red 118 ◦ green 51 ◦ blue 98

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

Shades of Palatinate Purple #763362

Tints of Palatinate Purple #763362

RGB

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

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

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

R = 44.19%
G = 19.1%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#763362 (or 0x763362) is known color: Palatinate Purple. HEX triplet: 76, 33 and 62. RGB value is (118,51,98). Sum of RGB (Red+Green+Blue) = 118+51+98=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #763362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763362 is #89CC9D. Grayscale: #4C4C4C. Windows color (decimal): -9030814 or 6435702. OLE color: 6435702.

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

Color convert

RGB 118 51 98 -
CMYK 0 0.57 0.17 0.54
HSL 317.91º 0.4% 0.33% -
HSV(B) 317.91º 0.57% 0.46% -
XYZ 10.86 7.1 12.35 -
YUV 76.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 118 51 98 0 0.57 0.17 0.54 317.91 0.4 0.33
Hex 76 33 62 0 39 11 36 13E 28 21
Octal 166 63 142 0 71 21 66 476 50 41
Binary 1110110 110011 1100010 0 111001 10001 110110 100111110 101000 100001

Color Harmonies of #763362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763362

Black with #763362

Text Example


Text Example

White with #763362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763362; }

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

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

background-color css

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

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

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

border-color css

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

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

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