Html Css Color HEX #74126F Dark Purple

📋 copy color: '#74126F'

red 116 ◦ green 18 ◦ blue 111

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

Shades of Dark Purple #74126F

Tints of Dark Purple #74126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 47.35%
G = 7.35%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74126F (or 0x74126F) is known color: Dark Purple. HEX triplet: 74, 12 and 6F. RGB value is (116,18,111). Sum of RGB (Red+Green+Blue) = 116+18+111=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74126F is #8BED90. Grayscale: #393939. Windows color (decimal): -9170321 or 7279220. OLE color: 7279220.

HSL color Cylindrical-coordinate representation of color #74126F: hue angle of 303.06º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74126F is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 18 111 -
CMYK 0 0.84 0.04 0.55
HSL 303.06º 0.73% 0.26% -
HSV(B) 303.06º 0.84% 0.45% -
XYZ 10.29 5.29 15.52 -
YUV 57.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 116 18 111 0 0.84 0.04 0.55 303.06 0.73 0.26
Hex 74 12 6F 0 54 4 37 12F 49 1A
Octal 164 22 157 0 124 4 67 457 111 32
Binary 1110100 10010 1101111 0 1010100 100 110111 100101111 1001001 11010

Color Harmonies of #74126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74126F

Black with #74126F

Text Example


Text Example

White with #74126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74126F; }

 p { color: rgb(116,18,111); }

 H1.HeaderClassName
 {
   color: #74126F;
 }
 .AnyTagClassName
 {
   color: #74126F;
 }
</style>

background-color css

<style>
 a { background-color: #74126F; }

 a { background-color: rgb(116,18,111); }

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

border-color css

<style>
 span { border-color: #74126F; }

 span { border-color: rgb(116,18,111); }

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