Html Css Color HEX #7B149F Vivid Violet

📋 copy color: '#7B149F'

red 123 ◦ green 20 ◦ blue 159

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

Shades of Vivid Violet #7B149F

Tints of Vivid Violet #7B149F

RGB

 RED value IS 123 (48.44% from 255) = 40.73%

 GREEN value IS 20 (8.2% from 255) = 6.62%

 BLUE value IS 159 (62.5% from 255) = 52.65%

R = 40.73%
G = 6.62%
B = 52.65%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B149F (or 0x7B149F) is known color: Vivid Violet. HEX triplet: 7B, 14 and 9F. RGB value is (123,20,159). Sum of RGB (Red+Green+Blue) = 123+20+159=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B149F is #84EB60. Grayscale: #424242. Windows color (decimal): -8711009 or 10425467. OLE color: 10425467.

HSL color Cylindrical-coordinate representation of color #7B149F: hue angle of 284.46º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B149F is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 20 159 -
CMYK 0.23 0.87 0 0.38
HSL 284.46º 0.78% 0.35% -
HSV(B) 284.46º 0.87% 0.62% -
XYZ 14.68 7.21 33.42 -
YUV 66.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 123 20 159 0.23 0.87 0 0.38 284.46 0.78 0.35
Hex 7B 14 9F 17 57 0 26 11C 4E 23
Octal 173 24 237 27 127 0 46 434 116 43
Binary 1111011 10100 10011111 10111 1010111 0 100110 100011100 1001110 100011

Color Harmonies of #7B149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B149F

Black with #7B149F

Text Example


Text Example

White with #7B149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B149F; }

 p { color: rgb(123,20,159); }

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

background-color css

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

 a { background-color: rgb(123,20,159); }

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

border-color css

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

 span { border-color: rgb(123,20,159); }

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