Html Css Color HEX #741266 Palatinate Purple

📋 copy color: '#741266'

red 116 ◦ green 18 ◦ blue 102

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

Shades of Palatinate Purple #741266

Tints of Palatinate Purple #741266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

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

R = 49.15%
G = 7.63%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#741266 (or 0x741266) is known color: Palatinate Purple. HEX triplet: 74, 12 and 66. RGB value is (116,18,102). Sum of RGB (Red+Green+Blue) = 116+18+102=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #741266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741266 is #8BED99. Grayscale: #383838. Windows color (decimal): -9170330 or 6689396. OLE color: 6689396.

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

Color convert

RGB 116 18 102 -
CMYK 0 0.84 0.12 0.55
HSL 308.57º 0.73% 0.26% -
HSV(B) 308.57º 0.84% 0.45% -
XYZ 9.82 5.1 13.04 -
YUV 56.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 116 18 102 0 0.84 0.12 0.55 308.57 0.73 0.26
Hex 74 12 66 0 54 C 37 135 49 1A
Octal 164 22 146 0 124 14 67 465 111 32
Binary 1110100 10010 1100110 0 1010100 1100 110111 100110101 1001001 11010

Color Harmonies of #741266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741266

Black with #741266

Text Example


Text Example

White with #741266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741266; }

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

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

background-color css

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

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

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

border-color css

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

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

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