Html Css Color HEX #740180 Purple

📋 copy color: '#740180'

red 116 ◦ green 1 ◦ blue 128

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

Shades of Purple #740180

Tints of Purple #740180

RGB

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

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

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

R = 47.35%
G = 0.41%
B = 52.24%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#740180 (or 0x740180) is known color: Purple. HEX triplet: 74, 01 and 80. RGB value is (116,1,128). Sum of RGB (Red+Green+Blue) = 116+1+128=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #740180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740180 is #8BFE7F. Grayscale: #313131. Windows color (decimal): -9174656 or 8388980. OLE color: 8388980.

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

Color convert

RGB 116 1 128 -
CMYK 0.09 0.99 0 0.50
HSL 294.33º 0.98% 0.25% -
HSV(B) 294.33º 0.99% 0.5% -
XYZ 11.11 5.29 20.86 -
YUV 49.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 116 1 128 0.09 0.99 0 0.50 294.33 0.98 0.25
Hex 74 1 80 9 63 0 32 126 62 19
Octal 164 1 200 11 143 0 62 446 142 31
Binary 1110100 1 10000000 1001 1100011 0 110010 100100110 1100010 11001

Color Harmonies of #740180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740180

Black with #740180

Text Example


Text Example

White with #740180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740180; }

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

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

background-color css

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

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

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

border-color css

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

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

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