Html Css Color HEX #74115E Palatinate Purple

📋 copy color: '#74115E'

red 116 ◦ green 17 ◦ blue 94

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

Shades of Palatinate Purple #74115E

Tints of Palatinate Purple #74115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

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

R = 51.1%
G = 7.49%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74115E (or 0x74115E) is known color: Palatinate Purple. HEX triplet: 74, 11 and 5E. RGB value is (116,17,94). Sum of RGB (Red+Green+Blue) = 116+17+94=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74115E is #8BEEA1. Grayscale: #373737. Windows color (decimal): -9170594 or 6164852. OLE color: 6164852.

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

Color convert

RGB 116 17 94 -
CMYK 0 0.85 0.19 0.55
HSL 313.33º 0.74% 0.26% -
HSV(B) 313.33º 0.85% 0.45% -
XYZ 9.42 4.92 11.04 -
YUV 55.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 116 17 94 0 0.85 0.19 0.55 313.33 0.74 0.26
Hex 74 11 5E 0 55 13 37 139 4A 1A
Octal 164 21 136 0 125 23 67 471 112 32
Binary 1110100 10001 1011110 0 1010101 10011 110111 100111001 1001010 11010

Color Harmonies of #74115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74115E

Black with #74115E

Text Example


Text Example

White with #74115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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