Html Css Color HEX #742460 Palatinate Purple

📋 copy color: '#742460'

red 116 ◦ green 36 ◦ blue 96

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

Shades of Palatinate Purple #742460

Tints of Palatinate Purple #742460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

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

R = 46.77%
G = 14.52%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#742460 (or 0x742460) is known color: Palatinate Purple. HEX triplet: 74, 24 and 60. RGB value is (116,36,96). Sum of RGB (Red+Green+Blue) = 116+36+96=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #742460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742460 is #8BDB9F. Grayscale: #424242. Windows color (decimal): -9165728 or 6300788. OLE color: 6300788.

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

Color convert

RGB 116 36 96 -
CMYK 0 0.69 0.17 0.55
HSL 315º 0.53% 0.3% -
HSV(B) 315º 0.69% 0.45% -
XYZ 9.94 5.82 11.67 -
YUV 66.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 116 36 96 0 0.69 0.17 0.55 315 0.53 0.3
Hex 74 24 60 0 45 11 37 13B 35 1E
Octal 164 44 140 0 105 21 67 473 65 36
Binary 1110100 100100 1100000 0 1000101 10001 110111 100111011 110101 11110

Color Harmonies of #742460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742460

Black with #742460

Text Example


Text Example

White with #742460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742460; }

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

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

background-color css

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

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

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

border-color css

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

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

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