Html Css Color HEX #740772 Purple

📋 copy color: '#740772'

red 116 ◦ green 7 ◦ blue 114

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

Shades of Purple #740772

Tints of Purple #740772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.1%

R = 48.95%
G = 2.95%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#740772 (or 0x740772) is known color: Purple. HEX triplet: 74, 07 and 72. RGB value is (116,7,114). Sum of RGB (Red+Green+Blue) = 116+7+114=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #740772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740772 is #8BF88D. Grayscale: #333333. Windows color (decimal): -9173134 or 7473012. OLE color: 7473012.

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

Color convert

RGB 116 7 114 -
CMYK 0 0.94 0.02 0.55
HSL 301.1º 0.89% 0.24% -
HSV(B) 301.1º 0.94% 0.45% -
XYZ 10.32 5.08 16.36 -
YUV 51.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 116 7 114 0 0.94 0.02 0.55 301.1 0.89 0.24
Hex 74 7 72 0 5E 2 37 12D 59 18
Octal 164 7 162 0 136 2 67 455 131 30
Binary 1110100 111 1110010 0 1011110 10 110111 100101101 1011001 11000

Color Harmonies of #740772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740772

Black with #740772

Text Example


Text Example

White with #740772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740772; }

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

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

background-color css

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

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

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

border-color css

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

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

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