Html Css Color HEX #741066 Palatinate Purple

📋 copy color: '#741066'

red 116 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #741066

Tints of Palatinate Purple #741066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

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

R = 49.57%
G = 6.84%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#741066 (or 0x741066) is known color: Palatinate Purple. HEX triplet: 74, 10 and 66. RGB value is (116,16,102). Sum of RGB (Red+Green+Blue) = 116+16+102=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #741066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741066 is #8BEF99. Grayscale: #373737. Windows color (decimal): -9170842 or 6688884. OLE color: 6688884.

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

Color convert

RGB 116 16 102 -
CMYK 0 0.86 0.12 0.55
HSL 308.4º 0.76% 0.26% -
HSV(B) 308.4º 0.86% 0.45% -
XYZ 9.79 5.04 13.03 -
YUV 55.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 116 16 102 0 0.86 0.12 0.55 308.4 0.76 0.26
Hex 74 10 66 0 56 C 37 134 4C 1A
Octal 164 20 146 0 126 14 67 464 114 32
Binary 1110100 10000 1100110 0 1010110 1100 110111 100110100 1001100 11010

Color Harmonies of #741066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741066

Black with #741066

Text Example


Text Example

White with #741066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741066; }

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

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

background-color css

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

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

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

border-color css

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

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

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