Html Css Color HEX #740770 Purple

📋 copy color: '#740770'

red 116 ◦ green 7 ◦ blue 112

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

Shades of Purple #740770

Tints of Purple #740770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.98%

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

R = 49.36%
G = 2.98%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#740770 (or 0x740770) is known color: Purple. HEX triplet: 74, 07 and 70. RGB value is (116,7,112). Sum of RGB (Red+Green+Blue) = 116+7+112=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #740770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740770 is #8BF88F. Grayscale: #333333. Windows color (decimal): -9173136 or 7341940. OLE color: 7341940.

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

Color convert

RGB 116 7 112 -
CMYK 0 0.94 0.03 0.55
HSL 302.2º 0.89% 0.24% -
HSV(B) 302.2º 0.94% 0.45% -
XYZ 10.2 5.03 15.76 -
YUV 51.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 116 7 112 0 0.94 0.03 0.55 302.2 0.89 0.24
Hex 74 7 70 0 5E 3 37 12E 59 18
Octal 164 7 160 0 136 3 67 456 131 30
Binary 1110100 111 1110000 0 1011110 11 110111 100101110 1011001 11000

Color Harmonies of #740770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740770

Black with #740770

Text Example


Text Example

White with #740770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740770; }

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

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

background-color css

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

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

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

border-color css

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

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

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