Html Css Color HEX #743166 Palatinate Purple

📋 copy color: '#743166'

red 116 ◦ green 49 ◦ blue 102

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

Shades of Palatinate Purple #743166

Tints of Palatinate Purple #743166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.2%

R = 43.45%
G = 18.35%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#743166 (or 0x743166) is known color: Palatinate Purple. HEX triplet: 74, 31 and 66. RGB value is (116,49,102). Sum of RGB (Red+Green+Blue) = 116+49+102=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #743166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743166 is #8BCE99. Grayscale: #4A4A4A. Windows color (decimal): -9162394 or 6697332. OLE color: 6697332.

HSL color Cylindrical-coordinate representation of color #743166: hue angle of 312.54º 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 #743166 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 102 -
CMYK 0 0.58 0.12 0.55
HSL 312.54º 0.41% 0.32% -
HSV(B) 312.54º 0.58% 0.45% -
XYZ 10.7 6.87 13.33 -
YUV 75.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 116 49 102 0 0.58 0.12 0.55 312.54 0.41 0.32
Hex 74 31 66 0 3A C 37 139 29 20
Octal 164 61 146 0 72 14 67 471 51 40
Binary 1110100 110001 1100110 0 111010 1100 110111 100111001 101001 100000

Color Harmonies of #743166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743166

Black with #743166

Text Example


Text Example

White with #743166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743166; }

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

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

background-color css

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

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

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

border-color css

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

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

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