Html Css Color HEX #74046F Purple

📋 copy color: '#74046F'

red 116 ◦ green 4 ◦ blue 111

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

Shades of Purple #74046F

Tints of Purple #74046F

RGB

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

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

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

R = 50.22%
G = 1.73%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74046F (or 0x74046F) is known color: Purple. HEX triplet: 74, 04 and 6F. RGB value is (116,4,111). Sum of RGB (Red+Green+Blue) = 116+4+111=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74046F is #8BFB90. Grayscale: #313131. Windows color (decimal): -9173905 or 7275636. OLE color: 7275636.

HSL color Cylindrical-coordinate representation of color #74046F: hue angle of 302.68º 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 #74046F is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 4 111 -
CMYK 0 0.97 0.04 0.55
HSL 302.68º 0.93% 0.24% -
HSV(B) 302.68º 0.97% 0.45% -
XYZ 10.12 4.95 15.46 -
YUV 49.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 116 4 111 0 0.97 0.04 0.55 302.68 0.93 0.24
Hex 74 4 6F 0 61 4 37 12F 5D 18
Octal 164 4 157 0 141 4 67 457 135 30
Binary 1110100 100 1101111 0 1100001 100 110111 100101111 1011101 11000

Color Harmonies of #74046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74046F

Black with #74046F

Text Example


Text Example

White with #74046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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