Html Css Color HEX #74115F Palatinate Purple

📋 copy color: '#74115F'

red 116 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #74115F

Tints of Palatinate Purple #74115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 50.88%
G = 7.46%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74115F (or 0x74115F) is known color: Palatinate Purple. HEX triplet: 74, 11 and 5F. RGB value is (116,17,95). Sum of RGB (Red+Green+Blue) = 116+17+95=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74115F is #8BEEA0. Grayscale: #373737. Windows color (decimal): -9170593 or 6230388. OLE color: 6230388.

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

Color convert

RGB 116 17 95 -
CMYK 0 0.85 0.18 0.55
HSL 312.73º 0.74% 0.26% -
HSV(B) 312.73º 0.85% 0.45% -
XYZ 9.47 4.94 11.28 -
YUV 55.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 116 17 95 0 0.85 0.18 0.55 312.73 0.74 0.26
Hex 74 11 5F 0 55 12 37 139 4A 1A
Octal 164 21 137 0 125 22 67 471 112 32
Binary 1110100 10001 1011111 0 1010101 10010 110111 100111001 1001010 11010

Color Harmonies of #74115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74115F

Black with #74115F

Text Example


Text Example

White with #74115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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