Html Css Color HEX #741295 Purple

📋 copy color: '#741295'

red 116 ◦ green 18 ◦ blue 149

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

Shades of Purple #741295

Tints of Purple #741295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 40.99%
G = 6.36%
B = 52.65%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#741295 (or 0x741295) is known color: Purple. HEX triplet: 74, 12 and 95. RGB value is (116,18,149). Sum of RGB (Red+Green+Blue) = 116+18+149=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #741295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741295 is #8BED6A. Grayscale: #3D3D3D. Windows color (decimal): -9170283 or 9769588. OLE color: 9769588.

HSL color Cylindrical-coordinate representation of color #741295: hue angle of 284.89º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741295 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 18 149 -
CMYK 0.22 0.88 0 0.42
HSL 284.89º 0.78% 0.33% -
HSV(B) 284.89º 0.88% 0.58% -
XYZ 12.84 6.32 28.98 -
YUV 62.24 176.97 166.35 -
System Red Green Blue C M Y K H S L
Decimal 116 18 149 0.22 0.88 0 0.42 284.89 0.78 0.33
Hex 74 12 95 16 58 0 2A 11D 4E 21
Octal 164 22 225 26 130 0 52 435 116 41
Binary 1110100 10010 10010101 10110 1011000 0 101010 100011101 1001110 100001

Color Harmonies of #741295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741295

Black with #741295

Text Example


Text Example

White with #741295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741295; }

 p { color: rgb(116,18,149); }

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

background-color css

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

 a { background-color: rgb(116,18,149); }

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

border-color css

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

 span { border-color: rgb(116,18,149); }

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