Html Css Color HEX #741599 Vivid Violet

📋 copy color: '#741599'

red 116 ◦ green 21 ◦ blue 153

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

Shades of Vivid Violet #741599

Tints of Vivid Violet #741599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 40%
G = 7.24%
B = 52.76%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#741599 (or 0x741599) is known color: Vivid Violet. HEX triplet: 74, 15 and 99. RGB value is (116,21,153). Sum of RGB (Red+Green+Blue) = 116+21+153=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #741599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741599 is #8BEA66. Grayscale: #404040. Windows color (decimal): -9169511 or 10032500. OLE color: 10032500.

HSL color Cylindrical-coordinate representation of color #741599: hue angle of 283.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741599 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 21 153 -
CMYK 0.24 0.86 0 0.4
HSL 283.18º 0.76% 0.34% -
HSV(B) 283.18º 0.86% 0.6% -
XYZ 13.22 6.55 30.7 -
YUV 64.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 116 21 153 0.24 0.86 0 0.4 283.18 0.76 0.34
Hex 74 15 99 18 56 0 28 11B 4C 22
Octal 164 25 231 30 126 0 50 433 114 42
Binary 1110100 10101 10011001 11000 1010110 0 101000 100011011 1001100 100010

Color Harmonies of #741599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741599

Black with #741599

Text Example


Text Example

White with #741599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741599; }

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

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

background-color css

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

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

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

border-color css

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

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

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