Html Css Color HEX #742860 Palatinate Purple

📋 copy color: '#742860'

red 116 ◦ green 40 ◦ blue 96

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

Shades of Palatinate Purple #742860

Tints of Palatinate Purple #742860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

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

R = 46.03%
G = 15.87%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#742860 (or 0x742860) is known color: Palatinate Purple. HEX triplet: 74, 28 and 60. RGB value is (116,40,96). Sum of RGB (Red+Green+Blue) = 116+40+96=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742860 is #8BD79F. Grayscale: #444444. Windows color (decimal): -9164704 or 6301812. OLE color: 6301812.

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

Color convert

RGB 116 40 96 -
CMYK 0 0.66 0.17 0.55
HSL 315.79º 0.49% 0.31% -
HSV(B) 315.79º 0.66% 0.45% -
XYZ 10.07 6.08 11.71 -
YUV 69.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 116 40 96 0 0.66 0.17 0.55 315.79 0.49 0.31
Hex 74 28 60 0 42 11 37 13C 31 1F
Octal 164 50 140 0 102 21 67 474 61 37
Binary 1110100 101000 1100000 0 1000010 10001 110111 100111100 110001 11111

Color Harmonies of #742860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742860

Black with #742860

Text Example


Text Example

White with #742860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742860; }

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

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

background-color css

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

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

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

border-color css

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

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

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