Html Css Color HEX #742058 Palatinate Purple

📋 copy color: '#742058'

red 116 ◦ green 32 ◦ blue 88

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

Shades of Palatinate Purple #742058

Tints of Palatinate Purple #742058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

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

R = 49.15%
G = 13.56%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#742058 (or 0x742058) is known color: Palatinate Purple. HEX triplet: 74, 20 and 58. RGB value is (116,32,88). Sum of RGB (Red+Green+Blue) = 116+32+88=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #742058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742058 is #8BDFA7. Grayscale: #3F3F3F. Windows color (decimal): -9166760 or 5775476. OLE color: 5775476.

HSL color Cylindrical-coordinate representation of color #742058: hue angle of 320º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742058 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 88 -
CMYK 0 0.72 0.24 0.55
HSL 320º 0.57% 0.29% -
HSV(B) 320º 0.72% 0.45% -
XYZ 9.48 5.45 9.78 -
YUV 63.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 116 32 88 0 0.72 0.24 0.55 320 0.57 0.29
Hex 74 20 58 0 48 18 37 140 39 1D
Octal 164 40 130 0 110 30 67 500 71 35
Binary 1110100 100000 1011000 0 1001000 11000 110111 101000000 111001 11101

Color Harmonies of #742058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742058

Black with #742058

Text Example


Text Example

White with #742058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742058; }

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

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

background-color css

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

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

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

border-color css

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

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

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