Html Css Color HEX #74115D Palatinate Purple

📋 copy color: '#74115D'

red 116 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #74115D

Tints of Palatinate Purple #74115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.15%

R = 51.33%
G = 7.52%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74115D (or 0x74115D) is known color: Palatinate Purple. HEX triplet: 74, 11 and 5D. RGB value is (116,17,93). Sum of RGB (Red+Green+Blue) = 116+17+93=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74115D is #8BEEA2. Grayscale: #373737. Windows color (decimal): -9170595 or 6099316. OLE color: 6099316.

HSL color Cylindrical-coordinate representation of color #74115D: hue angle of 313.94º 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 #74115D is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 93 -
CMYK 0 0.85 0.20 0.55
HSL 313.94º 0.74% 0.26% -
HSV(B) 313.94º 0.85% 0.45% -
XYZ 9.38 4.9 10.81 -
YUV 55.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 116 17 93 0 0.85 0.20 0.55 313.94 0.74 0.26
Hex 74 11 5D 0 55 14 37 13A 4A 1A
Octal 164 21 135 0 125 24 67 472 112 32
Binary 1110100 10001 1011101 0 1010101 10100 110111 100111010 1001010 11010

Color Harmonies of #74115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74115D

Black with #74115D

Text Example


Text Example

White with #74115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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