Html Css Color HEX #743E68 Palatinate Purple

📋 copy color: '#743E68'

red 116 ◦ green 62 ◦ blue 104

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

Shades of Palatinate Purple #743E68

Tints of Palatinate Purple #743E68

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 41.13%
G = 21.99%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#743E68 (or 0x743E68) is known color: Palatinate Purple. HEX triplet: 74, 3E and 68. RGB value is (116,62,104). Sum of RGB (Red+Green+Blue) = 116+62+104=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #743E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E68 is #8BC197. Grayscale: #525252. Windows color (decimal): -9159064 or 6831732. OLE color: 6831732.

HSL color Cylindrical-coordinate representation of color #743E68: hue angle of 313.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E68 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 104 -
CMYK 0 0.47 0.10 0.55
HSL 313.33º 0.3% 0.35% -
HSV(B) 313.33º 0.47% 0.45% -
XYZ 11.42 8.16 14.07 -
YUV 82.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 116 62 104 0 0.47 0.10 0.55 313.33 0.3 0.35
Hex 74 3E 68 0 2F A 37 139 1E 23
Octal 164 76 150 0 57 12 67 471 36 43
Binary 1110100 111110 1101000 0 101111 1010 110111 100111001 11110 100011

Color Harmonies of #743E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E68

Black with #743E68

Text Example


Text Example

White with #743E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,62,104); }

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

background-color css

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

 a { background-color: rgb(116,62,104); }

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

border-color css

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

 span { border-color: rgb(116,62,104); }

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