Html Css Color HEX #741569 Palatinate Purple

📋 copy color: '#741569'

red 116 ◦ green 21 ◦ blue 105

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

Shades of Palatinate Purple #741569

Tints of Palatinate Purple #741569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

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

R = 47.93%
G = 8.68%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#741569 (or 0x741569) is known color: Palatinate Purple. HEX triplet: 74, 15 and 69. RGB value is (116,21,105). Sum of RGB (Red+Green+Blue) = 116+21+105=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #741569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741569 is #8BEA96. Grayscale: #3A3A3A. Windows color (decimal): -9169559 or 6886772. OLE color: 6886772.

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

Color convert

RGB 116 21 105 -
CMYK 0 0.82 0.09 0.55
HSL 306.95º 0.69% 0.27% -
HSV(B) 306.95º 0.82% 0.45% -
XYZ 10.02 5.27 13.85 -
YUV 58.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 116 21 105 0 0.82 0.09 0.55 306.95 0.69 0.27
Hex 74 15 69 0 52 9 37 133 45 1B
Octal 164 25 151 0 122 11 67 463 105 33
Binary 1110100 10101 1101001 0 1010010 1001 110111 100110011 1000101 11011

Color Harmonies of #741569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741569

Black with #741569

Text Example


Text Example

White with #741569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741569; }

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

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

background-color css

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

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

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

border-color css

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

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

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