Html Css Color HEX #742599 Vivid Violet

📋 copy color: '#742599'

red 116 ◦ green 37 ◦ blue 153

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

Shades of Vivid Violet #742599

Tints of Vivid Violet #742599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 37.91%
G = 12.09%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#742599 (or 0x742599) is known color: Vivid Violet. HEX triplet: 74, 25 and 99. RGB value is (116,37,153). Sum of RGB (Red+Green+Blue) = 116+37+153=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #742599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742599 is #8BDA66. Grayscale: #494949. Windows color (decimal): -9165415 or 10036596. OLE color: 10036596.

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

Color convert

RGB 116 37 153 -
CMYK 0.24 0.76 0 0.4
HSL 280.86º 0.61% 0.37% -
HSV(B) 280.86º 0.76% 0.6% -
XYZ 13.61 7.34 30.84 -
YUV 73.85 172.67 158.07 -
System Red Green Blue C M Y K H S L
Decimal 116 37 153 0.24 0.76 0 0.4 280.86 0.61 0.37
Hex 74 25 99 18 4C 0 28 119 3D 25
Octal 164 45 231 30 114 0 50 431 75 45
Binary 1110100 100101 10011001 11000 1001100 0 101000 100011001 111101 100101

Color Harmonies of #742599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742599

Black with #742599

Text Example


Text Example

White with #742599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742599; }

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

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

background-color css

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

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

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

border-color css

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

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

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