Html Css Color HEX #7B198D Vivid Violet

📋 copy color: '#7B198D'

red 123 ◦ green 25 ◦ blue 141

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

Shades of Vivid Violet #7B198D

Tints of Vivid Violet #7B198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 141 (55.47% from 255) = 48.79%

R = 42.56%
G = 8.65%
B = 48.79%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B198D (or 0x7B198D) is known color: Vivid Violet. HEX triplet: 7B, 19 and 8D. RGB value is (123,25,141). Sum of RGB (Red+Green+Blue) = 123+25+141=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B198D is #84E672. Grayscale: #434343. Windows color (decimal): -8709747 or 9247099. OLE color: 9247099.

HSL color Cylindrical-coordinate representation of color #7B198D: hue angle of 290.69º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B198D is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 25 141 -
CMYK 0.13 0.82 0 0.45
HSL 290.69º 0.7% 0.33% -
HSV(B) 290.69º 0.82% 0.55% -
XYZ 13.32 6.83 25.82 -
YUV 67.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 123 25 141 0.13 0.82 0 0.45 290.69 0.7 0.33
Hex 7B 19 8D D 52 0 2D 123 46 21
Octal 173 31 215 15 122 0 55 443 106 41
Binary 1111011 11001 10001101 1101 1010010 0 101101 100100011 1000110 100001

Color Harmonies of #7B198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B198D

Black with #7B198D

Text Example


Text Example

White with #7B198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,25,141); }

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

background-color css

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

 a { background-color: rgb(123,25,141); }

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

border-color css

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

 span { border-color: rgb(123,25,141); }

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