Html Css Color HEX #742A5E Palatinate Purple

📋 copy color: '#742A5E'

red 116 ◦ green 42 ◦ blue 94

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

Shades of Palatinate Purple #742A5E

Tints of Palatinate Purple #742A5E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.67%

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 46.03%
G = 16.67%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#742A5E (or 0x742A5E) is known color: Palatinate Purple. HEX triplet: 74, 2A and 5E. RGB value is (116,42,94). Sum of RGB (Red+Green+Blue) = 116+42+94=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742A5E is #8BD5A1. Grayscale: #454545. Windows color (decimal): -9164194 or 6171252. OLE color: 6171252.

HSL color Cylindrical-coordinate representation of color #742A5E: hue angle of 317.84º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #742A5E is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 42 94 -
CMYK 0 0.64 0.19 0.55
HSL 317.84º 0.47% 0.31% -
HSV(B) 317.84º 0.64% 0.45% -
XYZ 10.05 6.18 11.25 -
YUV 70.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 116 42 94 0 0.64 0.19 0.55 317.84 0.47 0.31
Hex 74 2A 5E 0 40 13 37 13E 2F 1F
Octal 164 52 136 0 100 23 67 476 57 37
Binary 1110100 101010 1011110 0 1000000 10011 110111 100111110 101111 11111

Color Harmonies of #742A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A5E

Black with #742A5E

Text Example


Text Example

White with #742A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742A5E; }

 p { color: rgb(116,42,94); }

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

background-color css

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

 a { background-color: rgb(116,42,94); }

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

border-color css

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

 span { border-color: rgb(116,42,94); }

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