Html Css Color HEX #74136F Dark Purple

📋 copy color: '#74136F'

red 116 ◦ green 19 ◦ blue 111

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

Shades of Dark Purple #74136F

Tints of Dark Purple #74136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 47.15%
G = 7.72%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74136F (or 0x74136F) is known color: Dark Purple. HEX triplet: 74, 13 and 6F. RGB value is (116,19,111). Sum of RGB (Red+Green+Blue) = 116+19+111=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74136F is #8BEC90. Grayscale: #3A3A3A. Windows color (decimal): -9170065 or 7279476. OLE color: 7279476.

HSL color Cylindrical-coordinate representation of color #74136F: hue angle of 303.09º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74136F is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 111 -
CMYK 0 0.84 0.04 0.55
HSL 303.09º 0.72% 0.26% -
HSV(B) 303.09º 0.84% 0.45% -
XYZ 10.3 5.33 15.52 -
YUV 58.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 116 19 111 0 0.84 0.04 0.55 303.09 0.72 0.26
Hex 74 13 6F 0 54 4 37 12F 48 1A
Octal 164 23 157 0 124 4 67 457 110 32
Binary 1110100 10011 1101111 0 1010100 100 110111 100101111 1001000 11010

Color Harmonies of #74136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74136F

Black with #74136F

Text Example


Text Example

White with #74136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,19,111); }

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

background-color css

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

 a { background-color: rgb(116,19,111); }

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

border-color css

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

 span { border-color: rgb(116,19,111); }

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