Html Css Color HEX #740160 Purple

📋 copy color: '#740160'

red 116 ◦ green 1 ◦ blue 96

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

Shades of Purple #740160

Tints of Purple #740160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 54.46%
G = 0.47%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#740160 (or 0x740160) is known color: Purple. HEX triplet: 74, 01 and 60. RGB value is (116,1,96). Sum of RGB (Red+Green+Blue) = 116+1+96=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #740160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740160 is #8BFE9F. Grayscale: #2D2D2D. Windows color (decimal): -9174688 or 6291828. OLE color: 6291828.

HSL color Cylindrical-coordinate representation of color #740160: hue angle of 310.43º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740160 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 1 96 -
CMYK 0 0.99 0.17 0.55
HSL 310.43º 0.98% 0.23% -
HSV(B) 310.43º 0.99% 0.45% -
XYZ 9.32 4.58 11.46 -
YUV 46.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 116 1 96 0 0.99 0.17 0.55 310.43 0.98 0.23
Hex 74 1 60 0 63 11 37 136 62 17
Octal 164 1 140 0 143 21 67 466 142 27
Binary 1110100 1 1100000 0 1100011 10001 110111 100110110 1100010 10111

Color Harmonies of #740160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740160

Black with #740160

Text Example


Text Example

White with #740160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740160; }

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

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

background-color css

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

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

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

border-color css

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

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

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