Html Css Color HEX #74046E Purple

📋 copy color: '#74046E'

red 116 ◦ green 4 ◦ blue 110

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

Shades of Purple #74046E

Tints of Purple #74046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

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

R = 50.43%
G = 1.74%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74046E (or 0x74046E) is known color: Purple. HEX triplet: 74, 04 and 6E. RGB value is (116,4,110). Sum of RGB (Red+Green+Blue) = 116+4+110=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74046E is #8BFB91. Grayscale: #313131. Windows color (decimal): -9173906 or 7210100. OLE color: 7210100.

HSL color Cylindrical-coordinate representation of color #74046E: hue angle of 303.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74046E is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 4 110 -
CMYK 0 0.97 0.05 0.55
HSL 303.21º 0.93% 0.24% -
HSV(B) 303.21º 0.97% 0.45% -
XYZ 10.06 4.93 15.17 -
YUV 49.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 116 4 110 0 0.97 0.05 0.55 303.21 0.93 0.24
Hex 74 4 6E 0 61 5 37 12F 5D 18
Octal 164 4 156 0 141 5 67 457 135 30
Binary 1110100 100 1101110 0 1100001 101 110111 100101111 1011101 11000

Color Harmonies of #74046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74046E

Black with #74046E

Text Example


Text Example

White with #74046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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