Html Css Color HEX #74295E Palatinate Purple

📋 copy color: '#74295E'

red 116 ◦ green 41 ◦ blue 94

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

Shades of Palatinate Purple #74295E

Tints of Palatinate Purple #74295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

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

R = 46.22%
G = 16.33%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74295E (or 0x74295E) is known color: Palatinate Purple. HEX triplet: 74, 29 and 5E. RGB value is (116,41,94). Sum of RGB (Red+Green+Blue) = 116+41+94=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #74295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74295E is #8BD6A1. Grayscale: #454545. Windows color (decimal): -9164450 or 6170996. OLE color: 6170996.

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

Color convert

RGB 116 41 94 -
CMYK 0 0.65 0.19 0.55
HSL 317.6º 0.48% 0.31% -
HSV(B) 317.6º 0.65% 0.45% -
XYZ 10.02 6.11 11.24 -
YUV 69.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 116 41 94 0 0.65 0.19 0.55 317.6 0.48 0.31
Hex 74 29 5E 0 41 13 37 13E 30 1F
Octal 164 51 136 0 101 23 67 476 60 37
Binary 1110100 101001 1011110 0 1000001 10011 110111 100111110 110000 11111

Color Harmonies of #74295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74295E

Black with #74295E

Text Example


Text Example

White with #74295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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