Html Css Color HEX #741166 Palatinate Purple

📋 copy color: '#741166'

red 116 ◦ green 17 ◦ blue 102

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

Shades of Palatinate Purple #741166

Tints of Palatinate Purple #741166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 49.36%
G = 7.23%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#741166 (or 0x741166) is known color: Palatinate Purple. HEX triplet: 74, 11 and 66. RGB value is (116,17,102). Sum of RGB (Red+Green+Blue) = 116+17+102=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #741166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741166 is #8BEE99. Grayscale: #383838. Windows color (decimal): -9170586 or 6689140. OLE color: 6689140.

HSL color Cylindrical-coordinate representation of color #741166: hue angle of 308.48º 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 #741166 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 102 -
CMYK 0 0.85 0.12 0.55
HSL 308.48º 0.74% 0.26% -
HSV(B) 308.48º 0.85% 0.45% -
XYZ 9.8 5.07 13.03 -
YUV 56.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 116 17 102 0 0.85 0.12 0.55 308.48 0.74 0.26
Hex 74 11 66 0 55 C 37 134 4A 1A
Octal 164 21 146 0 125 14 67 464 112 32
Binary 1110100 10001 1100110 0 1010101 1100 110111 100110100 1001010 11010

Color Harmonies of #741166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741166

Black with #741166

Text Example


Text Example

White with #741166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741166; }

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

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

background-color css

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

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

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

border-color css

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

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

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