Html Css Color HEX #763862 Palatinate Purple

📋 copy color: '#763862'

red 118 ◦ green 56 ◦ blue 98

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

Shades of Palatinate Purple #763862

Tints of Palatinate Purple #763862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

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

R = 43.38%
G = 20.59%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#763862 (or 0x763862) is known color: Palatinate Purple. HEX triplet: 76, 38 and 62. RGB value is (118,56,98). Sum of RGB (Red+Green+Blue) = 118+56+98=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763862 is #89C79D. Grayscale: #4F4F4F. Windows color (decimal): -9029534 or 6436982. OLE color: 6436982.

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

Color convert

RGB 118 56 98 -
CMYK 0 0.53 0.17 0.54
HSL 319.35º 0.36% 0.34% -
HSV(B) 319.35º 0.53% 0.46% -
XYZ 11.09 7.56 12.43 -
YUV 79.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 118 56 98 0 0.53 0.17 0.54 319.35 0.36 0.34
Hex 76 38 62 0 35 11 36 13F 24 22
Octal 166 70 142 0 65 21 66 477 44 42
Binary 1110110 111000 1100010 0 110101 10001 110110 100111111 100100 100010

Color Harmonies of #763862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763862

Black with #763862

Text Example


Text Example

White with #763862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763862; }

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

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

background-color css

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

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

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

border-color css

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

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

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