Html Css Color HEX #742699 Vivid Violet

📋 copy color: '#742699'

red 116 ◦ green 38 ◦ blue 153

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

Shades of Vivid Violet #742699

Tints of Vivid Violet #742699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

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

R = 37.79%
G = 12.38%
B = 49.84%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#742699 (or 0x742699) is known color: Vivid Violet. HEX triplet: 74, 26 and 99. RGB value is (116,38,153). Sum of RGB (Red+Green+Blue) = 116+38+153=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #742699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742699 is #8BD966. Grayscale: #4A4A4A. Windows color (decimal): -9165159 or 10036852. OLE color: 10036852.

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

Color convert

RGB 116 38 153 -
CMYK 0.24 0.75 0 0.4
HSL 280.7º 0.6% 0.37% -
HSV(B) 280.7º 0.75% 0.6% -
XYZ 13.65 7.4 30.85 -
YUV 74.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 116 38 153 0.24 0.75 0 0.4 280.7 0.6 0.37
Hex 74 26 99 18 4B 0 28 119 3C 25
Octal 164 46 231 30 113 0 50 431 74 45
Binary 1110100 100110 10011001 11000 1001011 0 101000 100011001 111100 100101

Color Harmonies of #742699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742699

Black with #742699

Text Example


Text Example

White with #742699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742699; }

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

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

background-color css

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

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

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

border-color css

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

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

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