Html Css Color HEX #74106E Dark Purple

📋 copy color: '#74106E'

red 116 ◦ green 16 ◦ blue 110

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

Shades of Dark Purple #74106E

Tints of Dark Purple #74106E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 47.93%
G = 6.61%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74106E (or 0x74106E) is known color: Dark Purple. HEX triplet: 74, 10 and 6E. RGB value is (116,16,110). Sum of RGB (Red+Green+Blue) = 116+16+110=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74106E is #8BEF91. Grayscale: #383838. Windows color (decimal): -9170834 or 7213172. OLE color: 7213172.

HSL color Cylindrical-coordinate representation of color #74106E: hue angle of 303.6º 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 #74106E is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 110 -
CMYK 0 0.86 0.05 0.55
HSL 303.6º 0.76% 0.26% -
HSV(B) 303.6º 0.86% 0.45% -
XYZ 10.2 5.21 15.22 -
YUV 56.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 116 16 110 0 0.86 0.05 0.55 303.6 0.76 0.26
Hex 74 10 6E 0 56 5 37 130 4C 1A
Octal 164 20 156 0 126 5 67 460 114 32
Binary 1110100 10000 1101110 0 1010110 101 110111 100110000 1001100 11010

Color Harmonies of #74106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74106E

Black with #74106E

Text Example


Text Example

White with #74106E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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