Html Css Color HEX #7B3086 Vivid Violet

📋 copy color: '#7B3086'

red 123 ◦ green 48 ◦ blue 134

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

Shades of Vivid Violet #7B3086

Tints of Vivid Violet #7B3086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 40.33%
G = 15.74%
B = 43.93%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B3086 (or 0x7B3086) is known color: Vivid Violet. HEX triplet: 7B, 30 and 86. RGB value is (123,48,134). Sum of RGB (Red+Green+Blue) = 123+48+134=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B3086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3086 is #84CF79. Grayscale: #4F4F4F. Windows color (decimal): -8703866 or 8794235. OLE color: 8794235.

HSL color Cylindrical-coordinate representation of color #7B3086: hue angle of 292.33º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B3086 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 48 134 -
CMYK 0.08 0.64 0 0.47
HSL 292.33º 0.47% 0.36% -
HSV(B) 292.33º 0.64% 0.53% -
XYZ 13.53 8.05 23.39 -
YUV 80.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 123 48 134 0.08 0.64 0 0.47 292.33 0.47 0.36
Hex 7B 30 86 8 40 0 2F 124 2F 24
Octal 173 60 206 10 100 0 57 444 57 44
Binary 1111011 110000 10000110 1000 1000000 0 101111 100100100 101111 100100

Color Harmonies of #7B3086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3086

Black with #7B3086

Text Example


Text Example

White with #7B3086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,48,134); }

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

background-color css

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

 a { background-color: rgb(123,48,134); }

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

border-color css

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

 span { border-color: rgb(123,48,134); }

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