Html Css Color HEX #7B3E95 Vivid Violet

📋 copy color: '#7B3E95'

red 123 ◦ green 62 ◦ blue 149

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

Shades of Vivid Violet #7B3E95

Tints of Vivid Violet #7B3E95

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.56%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 36.83%
G = 18.56%
B = 44.61%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B3E95 (or 0x7B3E95) is known color: Vivid Violet. HEX triplet: 7B, 3E and 95. RGB value is (123,62,149). Sum of RGB (Red+Green+Blue) = 123+62+149=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B3E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3E95 is #84C16A. Grayscale: #595959. Windows color (decimal): -8700267 or 9780859. OLE color: 9780859.

HSL color Cylindrical-coordinate representation of color #7B3E95: hue angle of 282.07º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B3E95 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 62 149 -
CMYK 0.17 0.58 0 0.42
HSL 282.07º 0.41% 0.41% -
HSV(B) 282.07º 0.58% 0.58% -
XYZ 15.32 9.83 29.52 -
YUV 90.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 123 62 149 0.17 0.58 0 0.42 282.07 0.41 0.41
Hex 7B 3E 95 11 3A 0 2A 11A 29 29
Octal 173 76 225 21 72 0 52 432 51 51
Binary 1111011 111110 10010101 10001 111010 0 101010 100011010 101001 101001

Color Harmonies of #7B3E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3E95

Black with #7B3E95

Text Example


Text Example

White with #7B3E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,62,149); }

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

background-color css

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

 a { background-color: rgb(123,62,149); }

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

border-color css

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

 span { border-color: rgb(123,62,149); }

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