Html Css Color HEX #761963 Palatinate Purple

📋 copy color: '#761963'

red 118 ◦ green 25 ◦ blue 99

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

Shades of Palatinate Purple #761963

Tints of Palatinate Purple #761963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

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

R = 48.76%
G = 10.33%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#761963 (or 0x761963) is known color: Palatinate Purple. HEX triplet: 76, 19 and 63. RGB value is (118,25,99). Sum of RGB (Red+Green+Blue) = 118+25+99=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #761963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761963 is #89E69C. Grayscale: #3D3D3D. Windows color (decimal): -9037469 or 6494582. OLE color: 6494582.

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

Color convert

RGB 118 25 99 -
CMYK 0 0.79 0.16 0.54
HSL 312.26º 0.65% 0.28% -
HSV(B) 312.26º 0.79% 0.46% -
XYZ 10.07 5.45 12.33 -
YUV 61.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 118 25 99 0 0.79 0.16 0.54 312.26 0.65 0.28
Hex 76 19 63 0 4F 10 36 138 41 1C
Octal 166 31 143 0 117 20 66 470 101 34
Binary 1110110 11001 1100011 0 1001111 10000 110110 100111000 1000001 11100

Color Harmonies of #761963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761963

Black with #761963

Text Example


Text Example

White with #761963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761963; }

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

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

background-color css

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

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

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

border-color css

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

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

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