Html Css Color HEX #742A9B Vivid Violet

📋 copy color: '#742A9B'

red 116 ◦ green 42 ◦ blue 155

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

Shades of Vivid Violet #742A9B

Tints of Vivid Violet #742A9B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 37.06%
G = 13.42%
B = 49.52%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#742A9B (or 0x742A9B) is known color: Vivid Violet. HEX triplet: 74, 2A and 9B. RGB value is (116,42,155). Sum of RGB (Red+Green+Blue) = 116+42+155=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #742A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742A9B is #8BD564. Grayscale: #4C4C4C. Windows color (decimal): -9164133 or 10168948. OLE color: 10168948.

HSL color Cylindrical-coordinate representation of color #742A9B: hue angle of 279.29º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742A9B is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 42 155 -
CMYK 0.25 0.73 0 0.39
HSL 279.29º 0.57% 0.39% -
HSV(B) 279.29º 0.73% 0.61% -
XYZ 13.95 7.74 31.77 -
YUV 77.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 116 42 155 0.25 0.73 0 0.39 279.29 0.57 0.39
Hex 74 2A 9B 19 49 0 27 117 39 27
Octal 164 52 233 31 111 0 47 427 71 47
Binary 1110100 101010 10011011 11001 1001001 0 100111 100010111 111001 100111

Color Harmonies of #742A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A9B

Black with #742A9B

Text Example


Text Example

White with #742A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742A9B; }

 p { color: rgb(116,42,155); }

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

background-color css

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

 a { background-color: rgb(116,42,155); }

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

border-color css

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

 span { border-color: rgb(116,42,155); }

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