Html Css Color HEX #741660 Palatinate Purple

📋 copy color: '#741660'

red 116 ◦ green 22 ◦ blue 96

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

Shades of Palatinate Purple #741660

Tints of Palatinate Purple #741660

RGB

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

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

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

R = 49.57%
G = 9.4%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#741660 (or 0x741660) is known color: Palatinate Purple. HEX triplet: 74, 16 and 60. RGB value is (116,22,96). Sum of RGB (Red+Green+Blue) = 116+22+96=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #741660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741660 is #8BE99F. Grayscale: #3A3A3A. Windows color (decimal): -9169312 or 6297204. OLE color: 6297204.

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

Color convert

RGB 116 22 96 -
CMYK 0 0.81 0.17 0.55
HSL 312.77º 0.68% 0.27% -
HSV(B) 312.77º 0.81% 0.45% -
XYZ 9.6 5.13 11.55 -
YUV 58.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 116 22 96 0 0.81 0.17 0.55 312.77 0.68 0.27
Hex 74 16 60 0 51 11 37 139 44 1B
Octal 164 26 140 0 121 21 67 471 104 33
Binary 1110100 10110 1100000 0 1010001 10001 110111 100111001 1000100 11011

Color Harmonies of #741660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741660

Black with #741660

Text Example


Text Example

White with #741660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741660; }

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

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

background-color css

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

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

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

border-color css

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

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

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