Html Css Color HEX #741B60 Palatinate Purple

📋 copy color: '#741B60'

red 116 ◦ green 27 ◦ blue 96

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

Shades of Palatinate Purple #741B60

Tints of Palatinate Purple #741B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.3%

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

R = 48.54%
G = 11.3%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#741B60 (or 0x741B60) is known color: Palatinate Purple. HEX triplet: 74, 1B and 60. RGB value is (116,27,96). Sum of RGB (Red+Green+Blue) = 116+27+96=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #741B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B60 is #8BE49F. Grayscale: #3D3D3D. Windows color (decimal): -9168032 or 6298484. OLE color: 6298484.

HSL color Cylindrical-coordinate representation of color #741B60: hue angle of 313.48º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B60 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 27 96 -
CMYK 0 0.77 0.17 0.55
HSL 313.48º 0.62% 0.28% -
HSV(B) 313.48º 0.77% 0.45% -
XYZ 9.71 5.34 11.59 -
YUV 61.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 116 27 96 0 0.77 0.17 0.55 313.48 0.62 0.28
Hex 74 1B 60 0 4D 11 37 139 3E 1C
Octal 164 33 140 0 115 21 67 471 76 34
Binary 1110100 11011 1100000 0 1001101 10001 110111 100111001 111110 11100

Color Harmonies of #741B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B60

Black with #741B60

Text Example


Text Example

White with #741B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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