Html Css Color HEX #74176F Dark Purple

📋 copy color: '#74176F'

red 116 ◦ green 23 ◦ blue 111

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

Shades of Dark Purple #74176F

Tints of Dark Purple #74176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

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

R = 46.4%
G = 9.2%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74176F (or 0x74176F) is known color: Dark Purple. HEX triplet: 74, 17 and 6F. RGB value is (116,23,111). Sum of RGB (Red+Green+Blue) = 116+23+111=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74176F is #8BE890. Grayscale: #3C3C3C. Windows color (decimal): -9169041 or 7280500. OLE color: 7280500.

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

Color convert

RGB 116 23 111 -
CMYK 0 0.80 0.04 0.55
HSL 303.23º 0.67% 0.27% -
HSV(B) 303.23º 0.8% 0.45% -
XYZ 10.38 5.47 15.55 -
YUV 60.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 116 23 111 0 0.80 0.04 0.55 303.23 0.67 0.27
Hex 74 17 6F 0 50 4 37 12F 43 1B
Octal 164 27 157 0 120 4 67 457 103 33
Binary 1110100 10111 1101111 0 1010000 100 110111 100101111 1000011 11011

Color Harmonies of #74176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74176F

Black with #74176F

Text Example


Text Example

White with #74176F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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