Html Css Color HEX #741160 Palatinate Purple

📋 copy color: '#741160'

red 116 ◦ green 17 ◦ blue 96

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

Shades of Palatinate Purple #741160

Tints of Palatinate Purple #741160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

 BLUE value IS 96 (37.89% from 255) = 41.92%

R = 50.66%
G = 7.42%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#741160 (or 0x741160) is known color: Palatinate Purple. HEX triplet: 74, 11 and 60. RGB value is (116,17,96). Sum of RGB (Red+Green+Blue) = 116+17+96=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #741160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741160 is #8BEE9F. Grayscale: #373737. Windows color (decimal): -9170592 or 6295924. OLE color: 6295924.

HSL color Cylindrical-coordinate representation of color #741160: hue angle of 312.12º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741160 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 96 -
CMYK 0 0.85 0.17 0.55
HSL 312.12º 0.74% 0.26% -
HSV(B) 312.12º 0.85% 0.45% -
XYZ 9.51 4.96 11.52 -
YUV 55.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 116 17 96 0 0.85 0.17 0.55 312.12 0.74 0.26
Hex 74 11 60 0 55 11 37 138 4A 1A
Octal 164 21 140 0 125 21 67 470 112 32
Binary 1110100 10001 1100000 0 1010101 10001 110111 100111000 1001010 11010

Color Harmonies of #741160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741160

Black with #741160

Text Example


Text Example

White with #741160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741160; }

 p { color: rgb(116,17,96); }

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

background-color css

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

 a { background-color: rgb(116,17,96); }

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

border-color css

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

 span { border-color: rgb(116,17,96); }

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