Html Css Color HEX #7B4596 Vivid Violet

📋 copy color: '#7B4596'

red 123 ◦ green 69 ◦ blue 150

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

Shades of Vivid Violet #7B4596

Tints of Vivid Violet #7B4596

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 35.96%
G = 20.18%
B = 43.86%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B4596 (or 0x7B4596) is known color: Vivid Violet. HEX triplet: 7B, 45 and 96. RGB value is (123,69,150). Sum of RGB (Red+Green+Blue) = 123+69+150=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B4596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4596 is #84BA69. Grayscale: #5E5E5E. Windows color (decimal): -8698474 or 9848187. OLE color: 9848187.

HSL color Cylindrical-coordinate representation of color #7B4596: hue angle of 280º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B4596 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 69 150 -
CMYK 0.18 0.54 0 0.41
HSL 280º 0.37% 0.43% -
HSV(B) 280º 0.54% 0.59% -
XYZ 15.8 10.67 30.08 -
YUV 94.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 123 69 150 0.18 0.54 0 0.41 280 0.37 0.43
Hex 7B 45 96 12 36 0 29 118 25 2B
Octal 173 105 226 22 66 0 51 430 45 53
Binary 1111011 1000101 10010110 10010 110110 0 101001 100011000 100101 101011

Color Harmonies of #7B4596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4596

Black with #7B4596

Text Example


Text Example

White with #7B4596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,69,150); }

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

background-color css

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

 a { background-color: rgb(123,69,150); }

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

border-color css

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

 span { border-color: rgb(123,69,150); }

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