Html Css Color HEX #740470 Purple

📋 copy color: '#740470'

red 116 ◦ green 4 ◦ blue 112

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

Shades of Purple #740470

Tints of Purple #740470

RGB

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

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

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

R = 50%
G = 1.72%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#740470 (or 0x740470) is known color: Purple. HEX triplet: 74, 04 and 70. RGB value is (116,4,112). Sum of RGB (Red+Green+Blue) = 116+4+112=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #740470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740470 is #8BFB8F. Grayscale: #313131. Windows color (decimal): -9173904 or 7341172. OLE color: 7341172.

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

Color convert

RGB 116 4 112 -
CMYK 0 0.97 0.03 0.55
HSL 302.14º 0.93% 0.24% -
HSV(B) 302.14º 0.97% 0.45% -
XYZ 10.17 4.97 15.75 -
YUV 49.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 116 4 112 0 0.97 0.03 0.55 302.14 0.93 0.24
Hex 74 4 70 0 61 3 37 12E 5D 18
Octal 164 4 160 0 141 3 67 456 135 30
Binary 1110100 100 1110000 0 1100001 11 110111 100101110 1011101 11000

Color Harmonies of #740470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740470

Black with #740470

Text Example


Text Example

White with #740470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740470; }

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

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

background-color css

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

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

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

border-color css

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

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

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