Html Css Color HEX #740863 Palatinate Purple

📋 copy color: '#740863'

red 116 ◦ green 8 ◦ blue 99

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

Shades of Palatinate Purple #740863

Tints of Palatinate Purple #740863

RGB

 RED value IS 116 (45.7% from 255) = 52.02%

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 52.02%
G = 3.59%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#740863 (or 0x740863) is known color: Palatinate Purple. HEX triplet: 74, 08 and 63. RGB value is (116,8,99). Sum of RGB (Red+Green+Blue) = 116+8+99=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #740863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740863 is #8BF79C. Grayscale: #323232. Windows color (decimal): -9172893 or 6490228. OLE color: 6490228.

HSL color Cylindrical-coordinate representation of color #740863: hue angle of 309.44º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740863 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 99 -
CMYK 0 0.93 0.15 0.55
HSL 309.44º 0.87% 0.24% -
HSV(B) 309.44º 0.93% 0.45% -
XYZ 9.54 4.79 12.23 -
YUV 50.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 116 8 99 0 0.93 0.15 0.55 309.44 0.87 0.24
Hex 74 8 63 0 5D F 37 135 57 18
Octal 164 10 143 0 135 17 67 465 127 30
Binary 1110100 1000 1100011 0 1011101 1111 110111 100110101 1010111 11000

Color Harmonies of #740863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740863

Black with #740863

Text Example


Text Example

White with #740863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740863; }

 p { color: rgb(116,8,99); }

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

background-color css

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

 a { background-color: rgb(116,8,99); }

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

border-color css

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

 span { border-color: rgb(116,8,99); }

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