Html Css Color HEX #743064 Palatinate Purple

📋 copy color: '#743064'

red 116 ◦ green 48 ◦ blue 100

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

Shades of Palatinate Purple #743064

Tints of Palatinate Purple #743064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 100 (39.45% from 255) = 37.88%

R = 43.94%
G = 18.18%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#743064 (or 0x743064) is known color: Palatinate Purple. HEX triplet: 74, 30 and 64. RGB value is (116,48,100). Sum of RGB (Red+Green+Blue) = 116+48+100=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #743064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743064 is #8BCF9B. Grayscale: #4A4A4A. Windows color (decimal): -9162652 or 6566004. OLE color: 6566004.

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

Color convert

RGB 116 48 100 -
CMYK 0 0.59 0.14 0.55
HSL 314.12º 0.41% 0.32% -
HSV(B) 314.12º 0.59% 0.45% -
XYZ 10.56 6.75 12.8 -
YUV 74.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 116 48 100 0 0.59 0.14 0.55 314.12 0.41 0.32
Hex 74 30 64 0 3B E 37 13A 29 20
Octal 164 60 144 0 73 16 67 472 51 40
Binary 1110100 110000 1100100 0 111011 1110 110111 100111010 101001 100000

Color Harmonies of #743064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743064

Black with #743064

Text Example


Text Example

White with #743064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743064; }

 p { color: rgb(116,48,100); }

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

background-color css

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

 a { background-color: rgb(116,48,100); }

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

border-color css

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

 span { border-color: rgb(116,48,100); }

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