Html Css Color HEX #740880 Purple

📋 copy color: '#740880'

red 116 ◦ green 8 ◦ blue 128

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

Shades of Purple #740880

Tints of Purple #740880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 128 (50.39% from 255) = 50.79%

R = 46.03%
G = 3.17%
B = 50.79%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#740880 (or 0x740880) is known color: Purple. HEX triplet: 74, 08 and 80. RGB value is (116,8,128). Sum of RGB (Red+Green+Blue) = 116+8+128=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #740880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740880 is #8BF77F. Grayscale: #353535. Windows color (decimal): -9172864 or 8390772. OLE color: 8390772.

HSL color Cylindrical-coordinate representation of color #740880: hue angle of 294º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740880 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 8 128 -
CMYK 0.09 0.94 0 0.50
HSL 294º 0.88% 0.27% -
HSV(B) 294º 0.94% 0.5% -
XYZ 11.19 5.45 20.88 -
YUV 53.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 116 8 128 0.09 0.94 0 0.50 294 0.88 0.27
Hex 74 8 80 9 5E 0 32 126 58 1B
Octal 164 10 200 11 136 0 62 446 130 33
Binary 1110100 1000 10000000 1001 1011110 0 110010 100100110 1011000 11011

Color Harmonies of #740880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740880

Black with #740880

Text Example


Text Example

White with #740880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740880; }

 p { color: rgb(116,8,128); }

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

background-color css

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

 a { background-color: rgb(116,8,128); }

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

border-color css

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

 span { border-color: rgb(116,8,128); }

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