Html Css Color HEX #7B0BB7 Dark Violet

📋 copy color: '#7B0BB7'

red 123 ◦ green 11 ◦ blue 183

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

Shades of Dark Violet #7B0BB7

Tints of Dark Violet #7B0BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 57.73%

R = 38.8%
G = 3.47%
B = 57.73%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7B0BB7 (or 0x7B0BB7) is known color: Dark Violet. HEX triplet: 7B, 0B and B7. RGB value is (123,11,183). Sum of RGB (Red+Green+Blue) = 123+11+183=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 183 (71.88% from 255 or 57.73% from 317); Max value from RGB is 183 - color contains mainly: blue. Hex color #7B0BB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0BB7 is #84F448. Grayscale: #3F3F3F. Windows color (decimal): -8713289 or 11996027. OLE color: 11996027.

HSL color Cylindrical-coordinate representation of color #7B0BB7: hue angle of 279.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0BB7 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 123 11 183 -
CMYK 0.33 0.94 0 0.28
HSL 279.07º 0.89% 0.38% -
HSV(B) 279.07º 0.94% 0.72% -
XYZ 16.84 7.87 45.43 -
YUV 64.1 195.11 170.01 -
System Red Green Blue C M Y K H S L
Decimal 123 11 183 0.33 0.94 0 0.28 279.07 0.89 0.38
Hex 7B B B7 21 5E 0 1C 117 59 26
Octal 173 13 267 41 136 0 34 427 131 46
Binary 1111011 1011 10110111 100001 1011110 0 11100 100010111 1011001 100110

Color Harmonies of #7B0BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0BB7

Black with #7B0BB7

Text Example


Text Example

White with #7B0BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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