Html Css Color HEX #742669 Palatinate Purple

📋 copy color: '#742669'

red 116 ◦ green 38 ◦ blue 105

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

Shades of Palatinate Purple #742669

Tints of Palatinate Purple #742669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

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

R = 44.79%
G = 14.67%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#742669 (or 0x742669) is known color: Palatinate Purple. HEX triplet: 74, 26 and 69. RGB value is (116,38,105). Sum of RGB (Red+Green+Blue) = 116+38+105=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #742669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742669 is #8BD996. Grayscale: #444444. Windows color (decimal): -9165207 or 6891124. OLE color: 6891124.

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

Color convert

RGB 116 38 105 -
CMYK 0 0.67 0.09 0.55
HSL 308.46º 0.51% 0.3% -
HSV(B) 308.46º 0.67% 0.45% -
XYZ 10.45 6.12 14 -
YUV 68.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 116 38 105 0 0.67 0.09 0.55 308.46 0.51 0.3
Hex 74 26 69 0 43 9 37 134 33 1E
Octal 164 46 151 0 103 11 67 464 63 36
Binary 1110100 100110 1101001 0 1000011 1001 110111 100110100 110011 11110

Color Harmonies of #742669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742669

Black with #742669

Text Example


Text Example

White with #742669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742669; }

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

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

background-color css

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

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

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

border-color css

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

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

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