Html Css Color HEX #740970 Purple

📋 copy color: '#740970'

red 116 ◦ green 9 ◦ blue 112

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

Shades of Purple #740970

Tints of Purple #740970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 48.95%
G = 3.8%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#740970 (or 0x740970) is known color: Purple. HEX triplet: 74, 09 and 70. RGB value is (116,9,112). Sum of RGB (Red+Green+Blue) = 116+9+112=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #740970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740970 is #8BF68F. Grayscale: #343434. Windows color (decimal): -9172624 or 7342452. OLE color: 7342452.

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

Color convert

RGB 116 9 112 -
CMYK 0 0.92 0.03 0.55
HSL 302.24º 0.86% 0.25% -
HSV(B) 302.24º 0.92% 0.45% -
XYZ 10.22 5.08 15.77 -
YUV 52.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 116 9 112 0 0.92 0.03 0.55 302.24 0.86 0.25
Hex 74 9 70 0 5C 3 37 12E 56 19
Octal 164 11 160 0 134 3 67 456 126 31
Binary 1110100 1001 1110000 0 1011100 11 110111 100101110 1010110 11001

Color Harmonies of #740970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740970

Black with #740970

Text Example


Text Example

White with #740970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740970; }

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

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

background-color css

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

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

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

border-color css

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

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

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