Html Css Color HEX #7B0BBA Dark Violet

📋 copy color: '#7B0BBA'

red 123 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #7B0BBA

Tints of Dark Violet #7B0BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 38.44%
G = 3.44%
B = 58.13%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B0BBA (or 0x7B0BBA) is known color: Dark Violet. HEX triplet: 7B, 0B and BA. RGB value is (123,11,186). Sum of RGB (Red+Green+Blue) = 123+11+186=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0BBA is #84F445. Grayscale: #3F3F3F. Windows color (decimal): -8713286 or 12192635. OLE color: 12192635.

HSL color Cylindrical-coordinate representation of color #7B0BBA: hue angle of 278.4º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0BBA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 11 186 -
CMYK 0.34 0.94 0 0.27
HSL 278.4º 0.89% 0.39% -
HSV(B) 278.4º 0.94% 0.73% -
XYZ 17.15 8 47.09 -
YUV 64.44 196.61 169.77 -
System Red Green Blue C M Y K H S L
Decimal 123 11 186 0.34 0.94 0 0.27 278.4 0.89 0.39
Hex 7B B BA 22 5E 0 1B 116 59 27
Octal 173 13 272 42 136 0 33 426 131 47
Binary 1111011 1011 10111010 100010 1011110 0 11011 100010110 1011001 100111

Color Harmonies of #7B0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0BBA

Black with #7B0BBA

Text Example


Text Example

White with #7B0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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