Html Css Color HEX #741661 Palatinate Purple

📋 copy color: '#741661'

red 116 ◦ green 22 ◦ blue 97

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

Shades of Palatinate Purple #741661

Tints of Palatinate Purple #741661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 49.36%
G = 9.36%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#741661 (or 0x741661) is known color: Palatinate Purple. HEX triplet: 74, 16 and 61. RGB value is (116,22,97). Sum of RGB (Red+Green+Blue) = 116+22+97=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #741661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741661 is #8BE99E. Grayscale: #3A3A3A. Windows color (decimal): -9169311 or 6362740. OLE color: 6362740.

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

Color convert

RGB 116 22 97 -
CMYK 0 0.81 0.16 0.55
HSL 312.13º 0.68% 0.27% -
HSV(B) 312.13º 0.81% 0.45% -
XYZ 9.65 5.15 11.79 -
YUV 58.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 116 22 97 0 0.81 0.16 0.55 312.13 0.68 0.27
Hex 74 16 61 0 51 10 37 138 44 1B
Octal 164 26 141 0 121 20 67 470 104 33
Binary 1110100 10110 1100001 0 1010001 10000 110111 100111000 1000100 11011

Color Harmonies of #741661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741661

Black with #741661

Text Example


Text Example

White with #741661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741661; }

 p { color: rgb(116,22,97); }

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

background-color css

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

 a { background-color: rgb(116,22,97); }

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

border-color css

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

 span { border-color: rgb(116,22,97); }

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