Html Css Color HEX #740A92 Purple

📋 copy color: '#740A92'

red 116 ◦ green 10 ◦ blue 146

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

Shades of Purple #740A92

Tints of Purple #740A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 42.65%
G = 3.68%
B = 53.68%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#740A92 (or 0x740A92) is known color: Purple. HEX triplet: 74, 0A and 92. RGB value is (116,10,146). Sum of RGB (Red+Green+Blue) = 116+10+146=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #740A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740A92 is #8BF56D. Grayscale: #383838. Windows color (decimal): -9172334 or 9570932. OLE color: 9570932.

HSL color Cylindrical-coordinate representation of color #740A92: hue angle of 286.76º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740A92 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 10 146 -
CMYK 0.21 0.93 0 0.43
HSL 286.76º 0.87% 0.31% -
HSV(B) 286.76º 0.93% 0.57% -
XYZ 12.5 6.01 27.69 -
YUV 57.2 178.12 169.94 -
System Red Green Blue C M Y K H S L
Decimal 116 10 146 0.21 0.93 0 0.43 286.76 0.87 0.31
Hex 74 A 92 15 5D 0 2B 11F 57 1F
Octal 164 12 222 25 135 0 53 437 127 37
Binary 1110100 1010 10010010 10101 1011101 0 101011 100011111 1010111 11111

Color Harmonies of #740A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740A92

Black with #740A92

Text Example


Text Example

White with #740A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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