Html Css Color HEX #743162 Palatinate Purple

📋 copy color: '#743162'

red 116 ◦ green 49 ◦ blue 98

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

Shades of Palatinate Purple #743162

Tints of Palatinate Purple #743162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.63%

 BLUE value IS 98 (38.67% from 255) = 37.26%

R = 44.11%
G = 18.63%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#743162 (or 0x743162) is known color: Palatinate Purple. HEX triplet: 74, 31 and 62. RGB value is (116,49,98). Sum of RGB (Red+Green+Blue) = 116+49+98=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #743162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743162 is #8BCE9D. Grayscale: #4A4A4A. Windows color (decimal): -9162398 or 6435188. OLE color: 6435188.

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

Color convert

RGB 116 49 98 -
CMYK 0 0.58 0.16 0.55
HSL 316.12º 0.41% 0.32% -
HSV(B) 316.12º 0.58% 0.45% -
XYZ 10.51 6.79 12.31 -
YUV 74.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 116 49 98 0 0.58 0.16 0.55 316.12 0.41 0.32
Hex 74 31 62 0 3A 10 37 13C 29 20
Octal 164 61 142 0 72 20 67 474 51 40
Binary 1110100 110001 1100010 0 111010 10000 110111 100111100 101001 100000

Color Harmonies of #743162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743162

Black with #743162

Text Example


Text Example

White with #743162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743162; }

 p { color: rgb(116,49,98); }

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

background-color css

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

 a { background-color: rgb(116,49,98); }

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

border-color css

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

 span { border-color: rgb(116,49,98); }

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