Html Css Color HEX #743168 Palatinate Purple

📋 copy color: '#743168'

red 116 ◦ green 49 ◦ blue 104

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

Shades of Palatinate Purple #743168

Tints of Palatinate Purple #743168

RGB

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

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

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

R = 43.12%
G = 18.22%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#743168 (or 0x743168) is known color: Palatinate Purple. HEX triplet: 74, 31 and 68. RGB value is (116,49,104). Sum of RGB (Red+Green+Blue) = 116+49+104=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #743168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743168 is #8BCE97. Grayscale: #4B4B4B. Windows color (decimal): -9162392 or 6828404. OLE color: 6828404.

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

Color convert

RGB 116 49 104 -
CMYK 0 0.58 0.10 0.55
HSL 310.75º 0.41% 0.32% -
HSV(B) 310.75º 0.58% 0.45% -
XYZ 10.8 6.91 13.86 -
YUV 75.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 116 49 104 0 0.58 0.10 0.55 310.75 0.41 0.32
Hex 74 31 68 0 3A A 37 137 29 20
Octal 164 61 150 0 72 12 67 467 51 40
Binary 1110100 110001 1101000 0 111010 1010 110111 100110111 101001 100000

Color Harmonies of #743168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743168

Black with #743168

Text Example


Text Example

White with #743168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743168; }

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

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

background-color css

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

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

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

border-color css

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

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

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