Html Css Color HEX #74245E Palatinate Purple

📋 copy color: '#74245E'

red 116 ◦ green 36 ◦ blue 94

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

Shades of Palatinate Purple #74245E

Tints of Palatinate Purple #74245E

RGB

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

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

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

R = 47.15%
G = 14.63%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74245E (or 0x74245E) is known color: Palatinate Purple. HEX triplet: 74, 24 and 5E. RGB value is (116,36,94). Sum of RGB (Red+Green+Blue) = 116+36+94=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74245E is #8BDBA1. Grayscale: #424242. Windows color (decimal): -9165730 or 6169716. OLE color: 6169716.

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

Color convert

RGB 116 36 94 -
CMYK 0 0.69 0.19 0.55
HSL 316.5º 0.53% 0.3% -
HSV(B) 316.5º 0.69% 0.45% -
XYZ 9.85 5.78 11.19 -
YUV 66.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 116 36 94 0 0.69 0.19 0.55 316.5 0.53 0.3
Hex 74 24 5E 0 45 13 37 13C 35 1E
Octal 164 44 136 0 105 23 67 474 65 36
Binary 1110100 100100 1011110 0 1000101 10011 110111 100111100 110101 11110

Color Harmonies of #74245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74245E

Black with #74245E

Text Example


Text Example

White with #74245E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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