Html Css Color HEX #743869 Palatinate Purple

📋 copy color: '#743869'

red 116 ◦ green 56 ◦ blue 105

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

Shades of Palatinate Purple #743869

Tints of Palatinate Purple #743869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

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

R = 41.88%
G = 20.22%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#743869 (or 0x743869) is known color: Palatinate Purple. HEX triplet: 74, 38 and 69. RGB value is (116,56,105). Sum of RGB (Red+Green+Blue) = 116+56+105=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #743869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743869 is #8BC796. Grayscale: #4F4F4F. Windows color (decimal): -9160599 or 6895732. OLE color: 6895732.

HSL color Cylindrical-coordinate representation of color #743869: hue angle of 311º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #743869 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 105 -
CMYK 0 0.52 0.09 0.55
HSL 311º 0.35% 0.34% -
HSV(B) 311º 0.52% 0.45% -
XYZ 11.17 7.56 14.24 -
YUV 79.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 116 56 105 0 0.52 0.09 0.55 311 0.35 0.34
Hex 74 38 69 0 34 9 37 137 23 22
Octal 164 70 151 0 64 11 67 467 43 42
Binary 1110100 111000 1101001 0 110100 1001 110111 100110111 100011 100010

Color Harmonies of #743869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743869

Black with #743869

Text Example


Text Example

White with #743869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743869; }

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

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

background-color css

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

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

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

border-color css

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

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

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