Html Css Color HEX #7B0BDB Dark Violet

📋 copy color: '#7B0BDB'

red 123 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #7B0BDB

Tints of Dark Violet #7B0BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 34.84%
G = 3.12%
B = 62.04%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B0BDB (or 0x7B0BDB) is known color: Dark Violet. HEX triplet: 7B, 0B and DB. RGB value is (123,11,219). Sum of RGB (Red+Green+Blue) = 123+11+219=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B0BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0BDB is #84F424. Grayscale: #434343. Windows color (decimal): -8713253 or 14355323. OLE color: 14355323.

HSL color Cylindrical-coordinate representation of color #7B0BDB: hue angle of 272.31º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0BDB is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 11 219 -
CMYK 0.44 0.95 0 0.14
HSL 272.31º 0.9% 0.45% -
HSV(B) 272.31º 0.95% 0.86% -
XYZ 21.07 9.56 67.75 -
YUV 68.2 213.11 167.09 -
System Red Green Blue C M Y K H S L
Decimal 123 11 219 0.44 0.95 0 0.14 272.31 0.9 0.45
Hex 7B B DB 2C 5F 0 E 110 5A 2D
Octal 173 13 333 54 137 0 16 420 132 55
Binary 1111011 1011 11011011 101100 1011111 0 1110 100010000 1011010 101101

Color Harmonies of #7B0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0BDB

Black with #7B0BDB

Text Example


Text Example

White with #7B0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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