Html Css Color HEX #74185E Palatinate Purple

📋 copy color: '#74185E'

red 116 ◦ green 24 ◦ blue 94

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

Shades of Palatinate Purple #74185E

Tints of Palatinate Purple #74185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

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

R = 49.57%
G = 10.26%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74185E (or 0x74185E) is known color: Palatinate Purple. HEX triplet: 74, 18 and 5E. RGB value is (116,24,94). Sum of RGB (Red+Green+Blue) = 116+24+94=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74185E is #8BE7A1. Grayscale: #3B3B3B. Windows color (decimal): -9168802 or 6166644. OLE color: 6166644.

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

Color convert

RGB 116 24 94 -
CMYK 0 0.79 0.19 0.55
HSL 314.35º 0.66% 0.27% -
HSV(B) 314.35º 0.79% 0.45% -
XYZ 9.55 5.17 11.09 -
YUV 59.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 116 24 94 0 0.79 0.19 0.55 314.35 0.66 0.27
Hex 74 18 5E 0 4F 13 37 13A 42 1B
Octal 164 30 136 0 117 23 67 472 102 33
Binary 1110100 11000 1011110 0 1001111 10011 110111 100111010 1000010 11011

Color Harmonies of #74185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74185E

Black with #74185E

Text Example


Text Example

White with #74185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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