Html Css Color HEX #742B9B Vivid Violet

📋 copy color: '#742B9B'

red 116 ◦ green 43 ◦ blue 155

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

Shades of Vivid Violet #742B9B

Tints of Vivid Violet #742B9B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 36.94%
G = 13.69%
B = 49.36%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#742B9B (or 0x742B9B) is known color: Vivid Violet. HEX triplet: 74, 2B and 9B. RGB value is (116,43,155). Sum of RGB (Red+Green+Blue) = 116+43+155=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #742B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742B9B is #8BD464. Grayscale: #4D4D4D. Windows color (decimal): -9163877 or 10169204. OLE color: 10169204.

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

Color convert

RGB 116 43 155 -
CMYK 0.25 0.72 0 0.39
HSL 279.11º 0.57% 0.39% -
HSV(B) 279.11º 0.72% 0.61% -
XYZ 13.98 7.81 31.78 -
YUV 77.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 116 43 155 0.25 0.72 0 0.39 279.11 0.57 0.39
Hex 74 2B 9B 19 48 0 27 117 39 27
Octal 164 53 233 31 110 0 47 427 71 47
Binary 1110100 101011 10011011 11001 1001000 0 100111 100010111 111001 100111

Color Harmonies of #742B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B9B

Black with #742B9B

Text Example


Text Example

White with #742B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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