Html Css Color HEX #761363 Palatinate Purple

📋 copy color: '#761363'

red 118 ◦ green 19 ◦ blue 99

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

Shades of Palatinate Purple #761363

Tints of Palatinate Purple #761363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

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

R = 50%
G = 8.05%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#761363 (or 0x761363) is known color: Palatinate Purple. HEX triplet: 76, 13 and 63. RGB value is (118,19,99). Sum of RGB (Red+Green+Blue) = 118+19+99=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #761363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761363 is #89EC9C. Grayscale: #393939. Windows color (decimal): -9039005 or 6493046. OLE color: 6493046.

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

Color convert

RGB 118 19 99 -
CMYK 0 0.84 0.16 0.54
HSL 311.52º 0.72% 0.27% -
HSV(B) 311.52º 0.84% 0.46% -
XYZ 9.96 5.22 12.29 -
YUV 57.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 118 19 99 0 0.84 0.16 0.54 311.52 0.72 0.27
Hex 76 13 63 0 54 10 36 138 48 1B
Octal 166 23 143 0 124 20 66 470 110 33
Binary 1110110 10011 1100011 0 1010100 10000 110110 100111000 1001000 11011

Color Harmonies of #761363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761363

Black with #761363

Text Example


Text Example

White with #761363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761363; }

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

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

background-color css

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

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

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

border-color css

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

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

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