Html Css Color HEX #74197C Dark Purple

📋 copy color: '#74197C'

red 116 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #74197C

Tints of Dark Purple #74197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.79%

R = 43.77%
G = 9.43%
B = 46.79%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74197C (or 0x74197C) is known color: Dark Purple. HEX triplet: 74, 19 and 7C. RGB value is (116,25,124). Sum of RGB (Red+Green+Blue) = 116+25+124=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #74197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74197C is #8BE683. Grayscale: #3F3F3F. Windows color (decimal): -9168516 or 8132980. OLE color: 8132980.

HSL color Cylindrical-coordinate representation of color #74197C: hue angle of 295.15º degrees, saturation: 0.66, 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 #74197C is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 25 124 -
CMYK 0.06 0.80 0 0.51
HSL 295.15º 0.66% 0.29% -
HSV(B) 295.15º 0.8% 0.49% -
XYZ 11.19 5.86 19.61 -
YUV 63.5 162.15 165.45 -
System Red Green Blue C M Y K H S L
Decimal 116 25 124 0.06 0.80 0 0.51 295.15 0.66 0.29
Hex 74 19 7C 6 50 0 33 127 42 1D
Octal 164 31 174 6 120 0 63 447 102 35
Binary 1110100 11001 1111100 110 1010000 0 110011 100100111 1000010 11101

Color Harmonies of #74197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74197C

Black with #74197C

Text Example


Text Example

White with #74197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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