Html Css Color HEX #743063 Palatinate Purple

📋 copy color: '#743063'

red 116 ◦ green 48 ◦ blue 99

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

Shades of Palatinate Purple #743063

Tints of Palatinate Purple #743063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.25%

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

R = 44.11%
G = 18.25%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#743063 (or 0x743063) is known color: Palatinate Purple. HEX triplet: 74, 30 and 63. RGB value is (116,48,99). Sum of RGB (Red+Green+Blue) = 116+48+99=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #743063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743063 is #8BCF9C. Grayscale: #4A4A4A. Windows color (decimal): -9162653 or 6500468. OLE color: 6500468.

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

Color convert

RGB 116 48 99 -
CMYK 0 0.59 0.15 0.55
HSL 315º 0.41% 0.32% -
HSV(B) 315º 0.59% 0.45% -
XYZ 10.51 6.73 12.55 -
YUV 74.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 116 48 99 0 0.59 0.15 0.55 315 0.41 0.32
Hex 74 30 63 0 3B F 37 13B 29 20
Octal 164 60 143 0 73 17 67 473 51 40
Binary 1110100 110000 1100011 0 111011 1111 110111 100111011 101001 100000

Color Harmonies of #743063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743063

Black with #743063

Text Example


Text Example

White with #743063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743063; }

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

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

background-color css

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

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

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

border-color css

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

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

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