Html Css Color HEX #740574 Purple

📋 copy color: '#740574'

red 116 ◦ green 5 ◦ blue 116

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

Shades of Purple #740574

Tints of Purple #740574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 116 (45.7% from 255) = 48.95%

R = 48.95%
G = 2.11%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#740574 (or 0x740574) is known color: Purple. HEX triplet: 74, 05 and 74. RGB value is (116,5,116). Sum of RGB (Red+Green+Blue) = 116+5+116=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #740574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740574 is #8BFA8B. Grayscale: #323232. Windows color (decimal): -9173644 or 7603572. OLE color: 7603572.

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

Color convert

RGB 116 5 116 -
CMYK 0 0.96 0 0.55
HSL 300º 0.92% 0.24% -
HSV(B) 300º 0.96% 0.45% -
XYZ 10.41 5.08 16.96 -
YUV 50.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 116 5 116 0 0.96 0 0.55 300 0.92 0.24
Hex 74 5 74 0 60 0 37 12C 5C 18
Octal 164 5 164 0 140 0 67 454 134 30
Binary 1110100 101 1110100 0 1100000 0 110111 100101100 1011100 11000

Color Harmonies of #740574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740574

Black with #740574

Text Example


Text Example

White with #740574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740574; }

 p { color: rgb(116,5,116); }

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

background-color css

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

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

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

border-color css

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

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

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