Html Css Color HEX #742458 Palatinate Purple

📋 copy color: '#742458'

red 116 ◦ green 36 ◦ blue 88

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

Shades of Palatinate Purple #742458

Tints of Palatinate Purple #742458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.67%

R = 48.33%
G = 15%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#742458 (or 0x742458) is known color: Palatinate Purple. HEX triplet: 74, 24 and 58. RGB value is (116,36,88). Sum of RGB (Red+Green+Blue) = 116+36+88=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #742458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742458 is #8BDBA7. Grayscale: #414141. Windows color (decimal): -9165736 or 5776500. OLE color: 5776500.

HSL color Cylindrical-coordinate representation of color #742458: hue angle of 321º 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 #742458 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 88 -
CMYK 0 0.69 0.24 0.55
HSL 321º 0.53% 0.3% -
HSV(B) 321º 0.69% 0.45% -
XYZ 9.59 5.68 9.82 -
YUV 65.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 116 36 88 0 0.69 0.24 0.55 321 0.53 0.3
Hex 74 24 58 0 45 18 37 141 35 1E
Octal 164 44 130 0 105 30 67 501 65 36
Binary 1110100 100100 1011000 0 1000101 11000 110111 101000001 110101 11110

Color Harmonies of #742458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742458

Black with #742458

Text Example


Text Example

White with #742458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742458; }

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

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

background-color css

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

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

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

border-color css

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

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

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