Html Css Color HEX #740170 Purple

📋 copy color: '#740170'

red 116 ◦ green 1 ◦ blue 112

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

Shades of Purple #740170

Tints of Purple #740170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 50.66%
G = 0.44%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#740170 (or 0x740170) is known color: Purple. HEX triplet: 74, 01 and 70. RGB value is (116,1,112). Sum of RGB (Red+Green+Blue) = 116+1+112=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #740170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740170 is #8BFE8F. Grayscale: #2F2F2F. Windows color (decimal): -9174672 or 7340404. OLE color: 7340404.

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

Color convert

RGB 116 1 112 -
CMYK 0 0.99 0.03 0.55
HSL 302.09º 0.98% 0.23% -
HSV(B) 302.09º 0.99% 0.45% -
XYZ 10.14 4.9 15.74 -
YUV 48.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 116 1 112 0 0.99 0.03 0.55 302.09 0.98 0.23
Hex 74 1 70 0 63 3 37 12E 62 17
Octal 164 1 160 0 143 3 67 456 142 27
Binary 1110100 1 1110000 0 1100011 11 110111 100101110 1100010 10111

Color Harmonies of #740170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740170

Black with #740170

Text Example


Text Example

White with #740170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740170; }

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

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

background-color css

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

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

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

border-color css

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

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

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