Html Css Color HEX #7B13AA Vivid Violet

📋 copy color: '#7B13AA'

red 123 ◦ green 19 ◦ blue 170

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

Shades of Vivid Violet #7B13AA

Tints of Vivid Violet #7B13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 39.42%
G = 6.09%
B = 54.49%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B13AA (or 0x7B13AA) is known color: Vivid Violet. HEX triplet: 7B, 13 and AA. RGB value is (123,19,170). Sum of RGB (Red+Green+Blue) = 123+19+170=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B13AA is #84EC55. Grayscale: #424242. Windows color (decimal): -8711254 or 11146107. OLE color: 11146107.

HSL color Cylindrical-coordinate representation of color #7B13AA: hue angle of 281.32º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B13AA is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 19 170 -
CMYK 0.28 0.89 0 0.33
HSL 281.32º 0.8% 0.37% -
HSV(B) 281.32º 0.89% 0.67% -
XYZ 15.66 7.58 38.67 -
YUV 67.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 123 19 170 0.28 0.89 0 0.33 281.32 0.8 0.37
Hex 7B 13 AA 1C 59 0 21 119 50 25
Octal 173 23 252 34 131 0 41 431 120 45
Binary 1111011 10011 10101010 11100 1011001 0 100001 100011001 1010000 100101

Color Harmonies of #7B13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B13AA

Black with #7B13AA

Text Example


Text Example

White with #7B13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,19,170); }

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

background-color css

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

 a { background-color: rgb(123,19,170); }

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

border-color css

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

 span { border-color: rgb(123,19,170); }

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