Html Css Color HEX #741592 Purple

📋 copy color: '#741592'

red 116 ◦ green 21 ◦ blue 146

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

Shades of Purple #741592

Tints of Purple #741592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

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

R = 40.99%
G = 7.42%
B = 51.59%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#741592 (or 0x741592) is known color: Purple. HEX triplet: 74, 15 and 92. RGB value is (116,21,146). Sum of RGB (Red+Green+Blue) = 116+21+146=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #741592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741592 is #8BEA6D. Grayscale: #3F3F3F. Windows color (decimal): -9169518 or 9573748. OLE color: 9573748.

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

Color convert

RGB 116 21 146 -
CMYK 0.21 0.86 0 0.43
HSL 285.6º 0.75% 0.33% -
HSV(B) 285.6º 0.86% 0.57% -
XYZ 12.66 6.32 27.75 -
YUV 63.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 116 21 146 0.21 0.86 0 0.43 285.6 0.75 0.33
Hex 74 15 92 15 56 0 2B 11E 4B 21
Octal 164 25 222 25 126 0 53 436 113 41
Binary 1110100 10101 10010010 10101 1010110 0 101011 100011110 1001011 100001

Color Harmonies of #741592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741592

Black with #741592

Text Example


Text Example

White with #741592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741592; }

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

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

background-color css

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

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

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

border-color css

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

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

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