Html Css Color HEX #74197D Dark Purple

📋 copy color: '#74197D'

red 116 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #74197D

Tints of Dark Purple #74197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.99%

R = 43.61%
G = 9.4%
B = 46.99%

CMYK

 C value IS 0.07

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74197D (or 0x74197D) is known color: Dark Purple. HEX triplet: 74, 19 and 7D. RGB value is (116,25,125). Sum of RGB (Red+Green+Blue) = 116+25+125=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #74197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74197D is #8BE682. Grayscale: #3F3F3F. Windows color (decimal): -9168515 or 8198516. OLE color: 8198516.

HSL color Cylindrical-coordinate representation of color #74197D: hue angle of 294.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74197D is Cyan = 0.07, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 25 125 -
CMYK 0.07 0.8 0 0.51
HSL 294.6º 0.67% 0.29% -
HSV(B) 294.6º 0.8% 0.49% -
XYZ 11.25 5.89 19.95 -
YUV 63.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 116 25 125 0.07 0.8 0 0.51 294.6 0.67 0.29
Hex 74 19 7D 7 50 0 33 127 43 1D
Octal 164 31 175 7 120 0 63 447 103 35
Binary 1110100 11001 1111101 111 1010000 0 110011 100100111 1000011 11101

Color Harmonies of #74197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74197D

Black with #74197D

Text Example


Text Example

White with #74197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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