Html Css Color HEX #74047A Purple

📋 copy color: '#74047A'

red 116 ◦ green 4 ◦ blue 122

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

Shades of Purple #74047A

Tints of Purple #74047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50.41%

R = 47.93%
G = 1.65%
B = 50.41%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74047A (or 0x74047A) is known color: Purple. HEX triplet: 74, 04 and 7A. RGB value is (116,4,122). Sum of RGB (Red+Green+Blue) = 116+4+122=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #74047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74047A is #8BFB85. Grayscale: #323232. Windows color (decimal): -9173894 or 7996532. OLE color: 7996532.

HSL color Cylindrical-coordinate representation of color #74047A: hue angle of 296.95º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74047A is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 4 122 -
CMYK 0.05 0.97 0 0.52
HSL 296.95º 0.94% 0.25% -
HSV(B) 296.95º 0.97% 0.48% -
XYZ 10.76 5.2 18.85 -
YUV 50.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 116 4 122 0.05 0.97 0 0.52 296.95 0.94 0.25
Hex 74 4 7A 5 61 0 34 129 5E 19
Octal 164 4 172 5 141 0 64 451 136 31
Binary 1110100 100 1111010 101 1100001 0 110100 100101001 1011110 11001

Color Harmonies of #74047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74047A

Black with #74047A

Text Example


Text Example

White with #74047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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