Html Css Color HEX #762963 Palatinate Purple

📋 copy color: '#762963'

red 118 ◦ green 41 ◦ blue 99

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

Shades of Palatinate Purple #762963

Tints of Palatinate Purple #762963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 45.74%
G = 15.89%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#762963 (or 0x762963) is known color: Palatinate Purple. HEX triplet: 76, 29 and 63. RGB value is (118,41,99). Sum of RGB (Red+Green+Blue) = 118+41+99=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #762963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762963 is #89D69C. Grayscale: #464646. Windows color (decimal): -9033373 or 6498678. OLE color: 6498678.

HSL color Cylindrical-coordinate representation of color #762963: hue angle of 314.81º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762963 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 99 -
CMYK 0 0.65 0.16 0.54
HSL 314.81º 0.48% 0.31% -
HSV(B) 314.81º 0.65% 0.46% -
XYZ 10.52 6.34 12.47 -
YUV 70.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 118 41 99 0 0.65 0.16 0.54 314.81 0.48 0.31
Hex 76 29 63 0 41 10 36 13B 30 1F
Octal 166 51 143 0 101 20 66 473 60 37
Binary 1110110 101001 1100011 0 1000001 10000 110110 100111011 110000 11111

Color Harmonies of #762963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762963

Black with #762963

Text Example


Text Example

White with #762963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762963; }

 p { color: rgb(118,41,99); }

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

background-color css

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

 a { background-color: rgb(118,41,99); }

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

border-color css

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

 span { border-color: rgb(118,41,99); }

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