Html Css Color HEX #74146F Dark Purple

📋 copy color: '#74146F'

red 116 ◦ green 20 ◦ blue 111

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

Shades of Dark Purple #74146F

Tints of Dark Purple #74146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

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

R = 46.96%
G = 8.1%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74146F (or 0x74146F) is known color: Dark Purple. HEX triplet: 74, 14 and 6F. RGB value is (116,20,111). Sum of RGB (Red+Green+Blue) = 116+20+111=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74146F is #8BEB90. Grayscale: #3A3A3A. Windows color (decimal): -9169809 or 7279732. OLE color: 7279732.

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

Color convert

RGB 116 20 111 -
CMYK 0 0.83 0.04 0.55
HSL 303.13º 0.71% 0.27% -
HSV(B) 303.13º 0.83% 0.45% -
XYZ 10.32 5.36 15.53 -
YUV 59.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 116 20 111 0 0.83 0.04 0.55 303.13 0.71 0.27
Hex 74 14 6F 0 53 4 37 12F 47 1B
Octal 164 24 157 0 123 4 67 457 107 33
Binary 1110100 10100 1101111 0 1010011 100 110111 100101111 1000111 11011

Color Harmonies of #74146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74146F

Black with #74146F

Text Example


Text Example

White with #74146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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