Html Css Color HEX #743A64 Palatinate Purple

📋 copy color: '#743A64'

red 116 ◦ green 58 ◦ blue 100

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

Shades of Palatinate Purple #743A64

Tints of Palatinate Purple #743A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 42.34%
G = 21.17%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#743A64 (or 0x743A64) is known color: Palatinate Purple. HEX triplet: 74, 3A and 64. RGB value is (116,58,100). Sum of RGB (Red+Green+Blue) = 116+58+100=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #743A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A64 is #8BC59B. Grayscale: #505050. Windows color (decimal): -9160092 or 6568564. OLE color: 6568564.

HSL color Cylindrical-coordinate representation of color #743A64: hue angle of 316.55º 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 #743A64 is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 58 100 -
CMYK 0 0.5 0.14 0.55
HSL 316.55º 0.33% 0.34% -
HSV(B) 316.55º 0.5% 0.45% -
XYZ 11.02 7.66 12.95 -
YUV 80.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 116 58 100 0 0.5 0.14 0.55 316.55 0.33 0.34
Hex 74 3A 64 0 32 E 37 13D 21 22
Octal 164 72 144 0 62 16 67 475 41 42
Binary 1110100 111010 1100100 0 110010 1110 110111 100111101 100001 100010

Color Harmonies of #743A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A64

Black with #743A64

Text Example


Text Example

White with #743A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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