Html Css Color HEX #7B0BB1 Dark Violet

📋 copy color: '#7B0BB1'

red 123 ◦ green 11 ◦ blue 177

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

Shades of Dark Violet #7B0BB1

Tints of Dark Violet #7B0BB1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

 BLUE value IS 177 (69.53% from 255) = 56.91%

R = 39.55%
G = 3.54%
B = 56.91%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B0BB1 (or 0x7B0BB1) is known color: Dark Violet. HEX triplet: 7B, 0B and B1. RGB value is (123,11,177). Sum of RGB (Red+Green+Blue) = 123+11+177=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 177 (69.53% from 255 or 56.91% from 311); Max value from RGB is 177 - color contains mainly: blue. Hex color #7B0BB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0BB1 is #84F44E. Grayscale: #3E3E3E. Windows color (decimal): -8713295 or 11602811. OLE color: 11602811.

HSL color Cylindrical-coordinate representation of color #7B0BB1: hue angle of 280.48º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0BB1 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 11 177 -
CMYK 0.31 0.94 0 0.31
HSL 280.48º 0.88% 0.37% -
HSV(B) 280.48º 0.94% 0.69% -
XYZ 16.22 7.62 42.21 -
YUV 63.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 123 11 177 0.31 0.94 0 0.31 280.48 0.88 0.37
Hex 7B B B1 1F 5E 0 1F 118 58 25
Octal 173 13 261 37 136 0 37 430 130 45
Binary 1111011 1011 10110001 11111 1011110 0 11111 100011000 1011000 100101

Color Harmonies of #7B0BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0BB1

Black with #7B0BB1

Text Example


Text Example

White with #7B0BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,11,177); }

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

background-color css

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

 a { background-color: rgb(123,11,177); }

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

border-color css

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

 span { border-color: rgb(123,11,177); }

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