Html Css Color HEX #740460 Purple

📋 copy color: '#740460'

red 116 ◦ green 4 ◦ blue 96

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

Shades of Purple #740460

Tints of Purple #740460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

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

R = 53.7%
G = 1.85%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#740460 (or 0x740460) is known color: Purple. HEX triplet: 74, 04 and 60. RGB value is (116,4,96). Sum of RGB (Red+Green+Blue) = 116+4+96=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #740460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740460 is #8BFB9F. Grayscale: #2F2F2F. Windows color (decimal): -9173920 or 6292596. OLE color: 6292596.

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

Color convert

RGB 116 4 96 -
CMYK 0 0.97 0.17 0.55
HSL 310.71º 0.93% 0.24% -
HSV(B) 310.71º 0.97% 0.45% -
XYZ 9.36 4.64 11.47 -
YUV 47.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 116 4 96 0 0.97 0.17 0.55 310.71 0.93 0.24
Hex 74 4 60 0 61 11 37 137 5D 18
Octal 164 4 140 0 141 21 67 467 135 30
Binary 1110100 100 1100000 0 1100001 10001 110111 100110111 1011101 11000

Color Harmonies of #740460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740460

Black with #740460

Text Example


Text Example

White with #740460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740460; }

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

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

background-color css

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

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

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

border-color css

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

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

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