Html Css Color HEX #740570 Purple

📋 copy color: '#740570'

red 116 ◦ green 5 ◦ blue 112

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

Shades of Purple #740570

Tints of Purple #740570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 49.79%
G = 2.15%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#740570 (or 0x740570) is known color: Purple. HEX triplet: 74, 05 and 70. RGB value is (116,5,112). Sum of RGB (Red+Green+Blue) = 116+5+112=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #740570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740570 is #8BFA8F. Grayscale: #323232. Windows color (decimal): -9173648 or 7341428. OLE color: 7341428.

HSL color Cylindrical-coordinate representation of color #740570: hue angle of 302.16º 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 #740570 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 112 -
CMYK 0 0.96 0.03 0.55
HSL 302.16º 0.92% 0.24% -
HSV(B) 302.16º 0.96% 0.45% -
XYZ 10.18 4.99 15.76 -
YUV 50.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 116 5 112 0 0.96 0.03 0.55 302.16 0.92 0.24
Hex 74 5 70 0 60 3 37 12E 5C 18
Octal 164 5 160 0 140 3 67 456 134 30
Binary 1110100 101 1110000 0 1100000 11 110111 100101110 1011100 11000

Color Harmonies of #740570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740570

Black with #740570

Text Example


Text Example

White with #740570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740570; }

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

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

background-color css

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

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

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

border-color css

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

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

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