Html Css Color HEX #742370 Palatinate Purple

📋 copy color: '#742370'

red 116 ◦ green 35 ◦ blue 112

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

Shades of Palatinate Purple #742370

Tints of Palatinate Purple #742370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 44.11%
G = 13.31%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#742370 (or 0x742370) is known color: Palatinate Purple. HEX triplet: 74, 23 and 70. RGB value is (116,35,112). Sum of RGB (Red+Green+Blue) = 116+35+112=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #742370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742370 is #8BDC8F. Grayscale: #434343. Windows color (decimal): -9165968 or 7349108. OLE color: 7349108.

HSL color Cylindrical-coordinate representation of color #742370: hue angle of 302.96º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742370 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 112 -
CMYK 0 0.70 0.03 0.55
HSL 302.96º 0.54% 0.3% -
HSV(B) 302.96º 0.7% 0.45% -
XYZ 10.73 6.08 15.94 -
YUV 68 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 116 35 112 0 0.70 0.03 0.55 302.96 0.54 0.3
Hex 74 23 70 0 46 3 37 12F 36 1E
Octal 164 43 160 0 106 3 67 457 66 36
Binary 1110100 100011 1110000 0 1000110 11 110111 100101111 110110 11110

Color Harmonies of #742370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742370

Black with #742370

Text Example


Text Example

White with #742370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742370; }

 p { color: rgb(116,35,112); }

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

background-color css

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

 a { background-color: rgb(116,35,112); }

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

border-color css

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

 span { border-color: rgb(116,35,112); }

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