Html Css Color HEX #74166D Dark Purple

📋 copy color: '#74166D'

red 116 ◦ green 22 ◦ blue 109

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

Shades of Dark Purple #74166D

Tints of Dark Purple #74166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 46.96%
G = 8.91%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74166D (or 0x74166D) is known color: Dark Purple. HEX triplet: 74, 16 and 6D. RGB value is (116,22,109). Sum of RGB (Red+Green+Blue) = 116+22+109=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74166D is #8BE992. Grayscale: #3B3B3B. Windows color (decimal): -9169299 or 7149172. OLE color: 7149172.

HSL color Cylindrical-coordinate representation of color #74166D: hue angle of 304.47º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74166D is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 109 -
CMYK 0 0.81 0.06 0.55
HSL 304.47º 0.68% 0.27% -
HSV(B) 304.47º 0.81% 0.45% -
XYZ 10.25 5.39 14.97 -
YUV 60.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 116 22 109 0 0.81 0.06 0.55 304.47 0.68 0.27
Hex 74 16 6D 0 51 6 37 130 44 1B
Octal 164 26 155 0 121 6 67 460 104 33
Binary 1110100 10110 1101101 0 1010001 110 110111 100110000 1000100 11011

Color Harmonies of #74166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74166D

Black with #74166D

Text Example


Text Example

White with #74166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74166D; }

 p { color: rgb(116,22,109); }

 H1.HeaderClassName
 {
   color: #74166D;
 }
 .AnyTagClassName
 {
   color: #74166D;
 }
</style>

background-color css

<style>
 a { background-color: #74166D; }

 a { background-color: rgb(116,22,109); }

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

border-color css

<style>
 span { border-color: #74166D; }

 span { border-color: rgb(116,22,109); }

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