Html Css Color HEX #74176E Dark Purple

📋 copy color: '#74176E'

red 116 ◦ green 23 ◦ blue 110

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

Shades of Dark Purple #74176E

Tints of Dark Purple #74176E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 46.59%
G = 9.24%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74176E (or 0x74176E) is known color: Dark Purple. HEX triplet: 74, 17 and 6E. RGB value is (116,23,110). Sum of RGB (Red+Green+Blue) = 116+23+110=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74176E is #8BE891. Grayscale: #3C3C3C. Windows color (decimal): -9169042 or 7214964. OLE color: 7214964.

HSL color Cylindrical-coordinate representation of color #74176E: hue angle of 303.87º 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 #74176E is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 110 -
CMYK 0 0.80 0.05 0.55
HSL 303.87º 0.67% 0.27% -
HSV(B) 303.87º 0.8% 0.45% -
XYZ 10.32 5.45 15.26 -
YUV 60.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 116 23 110 0 0.80 0.05 0.55 303.87 0.67 0.27
Hex 74 17 6E 0 50 5 37 130 43 1B
Octal 164 27 156 0 120 5 67 460 103 33
Binary 1110100 10111 1101110 0 1010000 101 110111 100110000 1000011 11011

Color Harmonies of #74176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74176E

Black with #74176E

Text Example


Text Example

White with #74176E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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