Html Css Color HEX #7B1D9D Vivid Violet

📋 copy color: '#7B1D9D'

red 123 ◦ green 29 ◦ blue 157

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

Shades of Vivid Violet #7B1D9D

Tints of Vivid Violet #7B1D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.39%

 BLUE value IS 157 (61.72% from 255) = 50.81%

R = 39.81%
G = 9.39%
B = 50.81%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B1D9D (or 0x7B1D9D) is known color: Vivid Violet. HEX triplet: 7B, 1D and 9D. RGB value is (123,29,157). Sum of RGB (Red+Green+Blue) = 123+29+157=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B1D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1D9D is #84E262. Grayscale: #474747. Windows color (decimal): -8708707 or 10296699. OLE color: 10296699.

HSL color Cylindrical-coordinate representation of color #7B1D9D: hue angle of 284.06º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1D9D is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 29 157 -
CMYK 0.22 0.82 0 0.38
HSL 284.06º 0.69% 0.36% -
HSV(B) 284.06º 0.82% 0.62% -
XYZ 14.69 7.52 32.58 -
YUV 71.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 123 29 157 0.22 0.82 0 0.38 284.06 0.69 0.36
Hex 7B 1D 9D 16 52 0 26 11C 45 24
Octal 173 35 235 26 122 0 46 434 105 44
Binary 1111011 11101 10011101 10110 1010010 0 100110 100011100 1000101 100100

Color Harmonies of #7B1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1D9D

Black with #7B1D9D

Text Example


Text Example

White with #7B1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,29,157); }

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

background-color css

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

 a { background-color: rgb(123,29,157); }

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

border-color css

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

 span { border-color: rgb(123,29,157); }

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