Html Css Color HEX #741460 Palatinate Purple

📋 copy color: '#741460'

red 116 ◦ green 20 ◦ blue 96

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

Shades of Palatinate Purple #741460

Tints of Palatinate Purple #741460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

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

R = 50%
G = 8.62%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#741460 (or 0x741460) is known color: Palatinate Purple. HEX triplet: 74, 14 and 60. RGB value is (116,20,96). Sum of RGB (Red+Green+Blue) = 116+20+96=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #741460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741460 is #8BEB9F. Grayscale: #393939. Windows color (decimal): -9169824 or 6296692. OLE color: 6296692.

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

Color convert

RGB 116 20 96 -
CMYK 0 0.83 0.17 0.55
HSL 312.5º 0.71% 0.27% -
HSV(B) 312.5º 0.83% 0.45% -
XYZ 9.56 5.06 11.54 -
YUV 57.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 116 20 96 0 0.83 0.17 0.55 312.5 0.71 0.27
Hex 74 14 60 0 53 11 37 138 47 1B
Octal 164 24 140 0 123 21 67 470 107 33
Binary 1110100 10100 1100000 0 1010011 10001 110111 100111000 1000111 11011

Color Harmonies of #741460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741460

Black with #741460

Text Example


Text Example

White with #741460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741460; }

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

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

background-color css

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

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

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

border-color css

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

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

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