Html Css Color HEX #743069 Palatinate Purple

📋 copy color: '#743069'

red 116 ◦ green 48 ◦ blue 105

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

Shades of Palatinate Purple #743069

Tints of Palatinate Purple #743069

RGB

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

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

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

R = 43.12%
G = 17.84%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#743069 (or 0x743069) is known color: Palatinate Purple. HEX triplet: 74, 30 and 69. RGB value is (116,48,105). Sum of RGB (Red+Green+Blue) = 116+48+105=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #743069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743069 is #8BCF96. Grayscale: #4A4A4A. Windows color (decimal): -9162647 or 6893684. OLE color: 6893684.

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

Color convert

RGB 116 48 105 -
CMYK 0 0.59 0.09 0.55
HSL 309.71º 0.41% 0.32% -
HSV(B) 309.71º 0.59% 0.45% -
XYZ 10.81 6.85 14.12 -
YUV 74.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 116 48 105 0 0.59 0.09 0.55 309.71 0.41 0.32
Hex 74 30 69 0 3B 9 37 136 29 20
Octal 164 60 151 0 73 11 67 466 51 40
Binary 1110100 110000 1101001 0 111011 1001 110111 100110110 101001 100000

Color Harmonies of #743069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743069

Black with #743069

Text Example


Text Example

White with #743069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743069; }

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

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

background-color css

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

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

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

border-color css

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

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

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