Html Css Color HEX #7B0BBC Dark Violet

📋 copy color: '#7B0BBC'

red 123 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #7B0BBC

Tints of Dark Violet #7B0BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.39%

R = 38.2%
G = 3.42%
B = 58.39%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B0BBC (or 0x7B0BBC) is known color: Dark Violet. HEX triplet: 7B, 0B and BC. RGB value is (123,11,188). Sum of RGB (Red+Green+Blue) = 123+11+188=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0BBC is #84F443. Grayscale: #404040. Windows color (decimal): -8713284 or 12323707. OLE color: 12323707.

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

Color convert

RGB 123 11 188 -
CMYK 0.35 0.94 0 0.26
HSL 277.97º 0.89% 0.39% -
HSV(B) 277.97º 0.94% 0.74% -
XYZ 17.37 8.08 48.22 -
YUV 64.67 197.61 169.61 -
System Red Green Blue C M Y K H S L
Decimal 123 11 188 0.35 0.94 0 0.26 277.97 0.89 0.39
Hex 7B B BC 23 5E 0 1A 116 59 27
Octal 173 13 274 43 136 0 32 426 131 47
Binary 1111011 1011 10111100 100011 1011110 0 11010 100010110 1011001 100111

Color Harmonies of #7B0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0BBC

Black with #7B0BBC

Text Example


Text Example

White with #7B0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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