Html Css Color HEX #743A63 Palatinate Purple

📋 copy color: '#743A63'

red 116 ◦ green 58 ◦ blue 99

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

Shades of Palatinate Purple #743A63

Tints of Palatinate Purple #743A63

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.25%

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

R = 42.49%
G = 21.25%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#743A63 (or 0x743A63) is known color: Palatinate Purple. HEX triplet: 74, 3A and 63. RGB value is (116,58,99). Sum of RGB (Red+Green+Blue) = 116+58+99=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #743A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A63 is #8BC59C. Grayscale: #4F4F4F. Windows color (decimal): -9160093 or 6503028. OLE color: 6503028.

HSL color Cylindrical-coordinate representation of color #743A63: hue angle of 317.59º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A63 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 58 99 -
CMYK 0 0.5 0.15 0.55
HSL 317.59º 0.33% 0.34% -
HSV(B) 317.59º 0.5% 0.45% -
XYZ 10.97 7.64 12.7 -
YUV 80.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 116 58 99 0 0.5 0.15 0.55 317.59 0.33 0.34
Hex 74 3A 63 0 32 F 37 13E 21 22
Octal 164 72 143 0 62 17 67 476 41 42
Binary 1110100 111010 1100011 0 110010 1111 110111 100111110 100001 100010

Color Harmonies of #743A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A63

Black with #743A63

Text Example


Text Example

White with #743A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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