Html Css Color HEX #74047F Purple

📋 copy color: '#74047F'

red 116 ◦ green 4 ◦ blue 127

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

Shades of Purple #74047F

Tints of Purple #74047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.42%

R = 46.96%
G = 1.62%
B = 51.42%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74047F (or 0x74047F) is known color: Purple. HEX triplet: 74, 04 and 7F. RGB value is (116,4,127). Sum of RGB (Red+Green+Blue) = 116+4+127=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #74047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74047F is #8BFB80. Grayscale: #333333. Windows color (decimal): -9173889 or 8324212. OLE color: 8324212.

HSL color Cylindrical-coordinate representation of color #74047F: hue angle of 294.63º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74047F is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 4 127 -
CMYK 0.09 0.97 0 0.50
HSL 294.63º 0.94% 0.26% -
HSV(B) 294.63º 0.97% 0.5% -
XYZ 11.08 5.33 20.52 -
YUV 51.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 116 4 127 0.09 0.97 0 0.50 294.63 0.94 0.26
Hex 74 4 7F 9 61 0 32 127 5E 1A
Octal 164 4 177 11 141 0 62 447 136 32
Binary 1110100 100 1111111 1001 1100001 0 110010 100100111 1011110 11010

Color Harmonies of #74047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74047F

Black with #74047F

Text Example


Text Example

White with #74047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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