Html Css Color HEX #743E69 Palatinate Purple

📋 copy color: '#743E69'

red 116 ◦ green 62 ◦ blue 105

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

Shades of Palatinate Purple #743E69

Tints of Palatinate Purple #743E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 40.99%
G = 21.91%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#743E69 (or 0x743E69) is known color: Palatinate Purple. HEX triplet: 74, 3E and 69. RGB value is (116,62,105). Sum of RGB (Red+Green+Blue) = 116+62+105=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #743E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E69 is #8BC196. Grayscale: #525252. Windows color (decimal): -9159063 or 6897268. OLE color: 6897268.

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

Color convert

RGB 116 62 105 -
CMYK 0 0.47 0.09 0.55
HSL 312.22º 0.3% 0.35% -
HSV(B) 312.22º 0.47% 0.45% -
XYZ 11.47 8.18 14.34 -
YUV 83.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 116 62 105 0 0.47 0.09 0.55 312.22 0.3 0.35
Hex 74 3E 69 0 2F 9 37 138 1E 23
Octal 164 76 151 0 57 11 67 470 36 43
Binary 1110100 111110 1101001 0 101111 1001 110111 100111000 11110 100011

Color Harmonies of #743E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E69

Black with #743E69

Text Example


Text Example

White with #743E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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