Html Css Color HEX #741595 Vivid Violet

📋 copy color: '#741595'

red 116 ◦ green 21 ◦ blue 149

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

Shades of Vivid Violet #741595

Tints of Vivid Violet #741595

RGB

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

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

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

R = 40.56%
G = 7.34%
B = 52.1%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#741595 (or 0x741595) is known color: Vivid Violet. HEX triplet: 74, 15 and 95. RGB value is (116,21,149). Sum of RGB (Red+Green+Blue) = 116+21+149=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #741595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741595 is #8BEA6A. Grayscale: #3F3F3F. Windows color (decimal): -9169515 or 9770356. OLE color: 9770356.

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

Color convert

RGB 116 21 149 -
CMYK 0.22 0.86 0 0.42
HSL 284.53º 0.75% 0.33% -
HSV(B) 284.53º 0.86% 0.58% -
XYZ 12.9 6.42 28.99 -
YUV 64 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 116 21 149 0.22 0.86 0 0.42 284.53 0.75 0.33
Hex 74 15 95 16 56 0 2A 11D 4B 21
Octal 164 25 225 26 126 0 52 435 113 41
Binary 1110100 10101 10010101 10110 1010110 0 101010 100011101 1001011 100001

Color Harmonies of #741595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741595

Black with #741595

Text Example


Text Example

White with #741595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741595; }

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

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

background-color css

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

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

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

border-color css

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

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

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