Html Css Color HEX #740A6E Purple

📋 copy color: '#740A6E'

red 116 ◦ green 10 ◦ blue 110

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

Shades of Purple #740A6E

Tints of Purple #740A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.24%

 BLUE value IS 110 (43.36% from 255) = 46.61%

R = 49.15%
G = 4.24%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#740A6E (or 0x740A6E) is known color: Purple. HEX triplet: 74, 0A and 6E. RGB value is (116,10,110). Sum of RGB (Red+Green+Blue) = 116+10+110=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #740A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A6E is #8BF591. Grayscale: #343434. Windows color (decimal): -9172370 or 7211636. OLE color: 7211636.

HSL color Cylindrical-coordinate representation of color #740A6E: hue angle of 303.4º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A6E is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 10 110 -
CMYK 0 0.91 0.05 0.55
HSL 303.4º 0.84% 0.25% -
HSV(B) 303.4º 0.91% 0.45% -
XYZ 10.13 5.06 15.19 -
YUV 53.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 116 10 110 0 0.91 0.05 0.55 303.4 0.84 0.25
Hex 74 A 6E 0 5B 5 37 12F 54 19
Octal 164 12 156 0 133 5 67 457 124 31
Binary 1110100 1010 1101110 0 1011011 101 110111 100101111 1010100 11001

Color Harmonies of #740A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740A6E

Black with #740A6E

Text Example


Text Example

White with #740A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740A6E; }

 p { color: rgb(116,10,110); }

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

background-color css

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

 a { background-color: rgb(116,10,110); }

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

border-color css

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

 span { border-color: rgb(116,10,110); }

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