Html Css Color HEX #742569 Palatinate Purple

📋 copy color: '#742569'

red 116 ◦ green 37 ◦ blue 105

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

Shades of Palatinate Purple #742569

Tints of Palatinate Purple #742569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 44.96%
G = 14.34%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#742569 (or 0x742569) is known color: Palatinate Purple. HEX triplet: 74, 25 and 69. RGB value is (116,37,105). Sum of RGB (Red+Green+Blue) = 116+37+105=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #742569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742569 is #8BDA96. Grayscale: #444444. Windows color (decimal): -9165463 or 6890868. OLE color: 6890868.

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

Color convert

RGB 116 37 105 -
CMYK 0 0.68 0.09 0.55
HSL 308.35º 0.52% 0.3% -
HSV(B) 308.35º 0.68% 0.45% -
XYZ 10.41 6.06 13.98 -
YUV 68.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 116 37 105 0 0.68 0.09 0.55 308.35 0.52 0.3
Hex 74 25 69 0 44 9 37 134 34 1E
Octal 164 45 151 0 104 11 67 464 64 36
Binary 1110100 100101 1101001 0 1000100 1001 110111 100110100 110100 11110

Color Harmonies of #742569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742569

Black with #742569

Text Example


Text Example

White with #742569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742569; }

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

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

background-color css

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

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

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

border-color css

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

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

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