Html Css Color HEX #74048F Purple

📋 copy color: '#74048F'

red 116 ◦ green 4 ◦ blue 143

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

Shades of Purple #74048F

Tints of Purple #74048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.37%

R = 44.11%
G = 1.52%
B = 54.37%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74048F (or 0x74048F) is known color: Purple. HEX triplet: 74, 04 and 8F. RGB value is (116,4,143). Sum of RGB (Red+Green+Blue) = 116+4+143=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #74048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74048F is #8BFB70. Grayscale: #343434. Windows color (decimal): -9173873 or 9372788. OLE color: 9372788.

HSL color Cylindrical-coordinate representation of color #74048F: hue angle of 288.35º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74048F is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 4 143 -
CMYK 0.19 0.97 0 0.44
HSL 288.35º 0.95% 0.29% -
HSV(B) 288.35º 0.97% 0.56% -
XYZ 12.2 5.78 26.46 -
YUV 53.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 116 4 143 0.19 0.97 0 0.44 288.35 0.95 0.29
Hex 74 4 8F 13 61 0 2C 120 5F 1D
Octal 164 4 217 23 141 0 54 440 137 35
Binary 1110100 100 10001111 10011 1100001 0 101100 100100000 1011111 11101

Color Harmonies of #74048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74048F

Black with #74048F

Text Example


Text Example

White with #74048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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