Html Css Color HEX #74196D Dark Purple

📋 copy color: '#74196D'

red 116 ◦ green 25 ◦ blue 109

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

Shades of Dark Purple #74196D

Tints of Dark Purple #74196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

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

R = 46.4%
G = 10%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74196D (or 0x74196D) is known color: Dark Purple. HEX triplet: 74, 19 and 6D. RGB value is (116,25,109). Sum of RGB (Red+Green+Blue) = 116+25+109=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74196D is #8BE692. Grayscale: #3D3D3D. Windows color (decimal): -9168531 or 7149940. OLE color: 7149940.

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

Color convert

RGB 116 25 109 -
CMYK 0 0.78 0.06 0.55
HSL 304.62º 0.65% 0.28% -
HSV(B) 304.62º 0.78% 0.45% -
XYZ 10.31 5.51 14.99 -
YUV 61.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 116 25 109 0 0.78 0.06 0.55 304.62 0.65 0.28
Hex 74 19 6D 0 4E 6 37 131 41 1C
Octal 164 31 155 0 116 6 67 461 101 34
Binary 1110100 11001 1101101 0 1001110 110 110111 100110001 1000001 11100

Color Harmonies of #74196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74196D

Black with #74196D

Text Example


Text Example

White with #74196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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