Html Css Color HEX #744269 Palatinate Purple

📋 copy color: '#744269'

red 116 ◦ green 66 ◦ blue 105

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

Shades of Palatinate Purple #744269

Tints of Palatinate Purple #744269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

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

R = 40.42%
G = 23%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#744269 (or 0x744269) is known color: Palatinate Purple. HEX triplet: 74, 42 and 69. RGB value is (116,66,105). Sum of RGB (Red+Green+Blue) = 116+66+105=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #744269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744269 is #8BBD96. Grayscale: #555555. Windows color (decimal): -9158039 or 6898292. OLE color: 6898292.

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

Color convert

RGB 116 66 105 -
CMYK 0 0.43 0.09 0.55
HSL 313.2º 0.27% 0.36% -
HSV(B) 313.2º 0.43% 0.45% -
XYZ 11.7 8.63 14.41 -
YUV 85.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 116 66 105 0 0.43 0.09 0.55 313.2 0.27 0.36
Hex 74 42 69 0 2B 9 37 139 1B 24
Octal 164 102 151 0 53 11 67 471 33 44
Binary 1110100 1000010 1101001 0 101011 1001 110111 100111001 11011 100100

Color Harmonies of #744269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744269

Black with #744269

Text Example


Text Example

White with #744269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744269; }

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

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

background-color css

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

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

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

border-color css

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

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

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