Html Css Color HEX #74186D Dark Purple

📋 copy color: '#74186D'

red 116 ◦ green 24 ◦ blue 109

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

Shades of Dark Purple #74186D

Tints of Dark Purple #74186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

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

R = 46.59%
G = 9.64%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74186D (or 0x74186D) is known color: Dark Purple. HEX triplet: 74, 18 and 6D. RGB value is (116,24,109). Sum of RGB (Red+Green+Blue) = 116+24+109=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74186D is #8BE792. Grayscale: #3C3C3C. Windows color (decimal): -9168787 or 7149684. OLE color: 7149684.

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

Color convert

RGB 116 24 109 -
CMYK 0 0.79 0.06 0.55
HSL 304.57º 0.66% 0.27% -
HSV(B) 304.57º 0.79% 0.45% -
XYZ 10.29 5.47 14.98 -
YUV 61.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 116 24 109 0 0.79 0.06 0.55 304.57 0.66 0.27
Hex 74 18 6D 0 4F 6 37 131 42 1B
Octal 164 30 155 0 117 6 67 461 102 33
Binary 1110100 11000 1101101 0 1001111 110 110111 100110001 1000010 11011

Color Harmonies of #74186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74186D

Black with #74186D

Text Example


Text Example

White with #74186D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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