Html Css Color HEX #74106D Dark Purple

📋 copy color: '#74106D'

red 116 ◦ green 16 ◦ blue 109

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

Shades of Dark Purple #74106D

Tints of Dark Purple #74106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

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

R = 48.13%
G = 6.64%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74106D (or 0x74106D) is known color: Dark Purple. HEX triplet: 74, 10 and 6D. RGB value is (116,16,109). Sum of RGB (Red+Green+Blue) = 116+16+109=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74106D is #8BEF92. Grayscale: #383838. Windows color (decimal): -9170835 or 7147636. OLE color: 7147636.

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

Color convert

RGB 116 16 109 -
CMYK 0 0.86 0.06 0.55
HSL 304.2º 0.76% 0.26% -
HSV(B) 304.2º 0.86% 0.45% -
XYZ 10.15 5.19 14.93 -
YUV 56.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 116 16 109 0 0.86 0.06 0.55 304.2 0.76 0.26
Hex 74 10 6D 0 56 6 37 130 4C 1A
Octal 164 20 155 0 126 6 67 460 114 32
Binary 1110100 10000 1101101 0 1010110 110 110111 100110000 1001100 11010

Color Harmonies of #74106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74106D

Black with #74106D

Text Example


Text Example

White with #74106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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