Html Css Color HEX #740292 Purple

📋 copy color: '#740292'

red 116 ◦ green 2 ◦ blue 146

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

Shades of Purple #740292

Tints of Purple #740292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 43.94%
G = 0.76%
B = 55.3%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#740292 (or 0x740292) is known color: Purple. HEX triplet: 74, 02 and 92. RGB value is (116,2,146). Sum of RGB (Red+Green+Blue) = 116+2+146=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #740292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740292 is #8BFD6D. Grayscale: #343434. Windows color (decimal): -9174382 or 9568884. OLE color: 9568884.

HSL color Cylindrical-coordinate representation of color #740292: hue angle of 287.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740292 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 2 146 -
CMYK 0.21 0.99 0 0.43
HSL 287.5º 0.97% 0.29% -
HSV(B) 287.5º 0.99% 0.57% -
XYZ 12.41 5.83 27.67 -
YUV 52.5 180.77 173.29 -
System Red Green Blue C M Y K H S L
Decimal 116 2 146 0.21 0.99 0 0.43 287.5 0.97 0.29
Hex 74 2 92 15 63 0 2B 120 61 1D
Octal 164 2 222 25 143 0 53 440 141 35
Binary 1110100 10 10010010 10101 1100011 0 101011 100100000 1100001 11101

Color Harmonies of #740292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740292

Black with #740292

Text Example


Text Example

White with #740292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740292; }

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

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

background-color css

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

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

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

border-color css

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

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

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