Html Css Color HEX #7B0ABA Dark Violet

📋 copy color: '#7B0ABA'

red 123 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #7B0ABA

Tints of Dark Violet #7B0ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

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

R = 38.56%
G = 3.13%
B = 58.31%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B0ABA (or 0x7B0ABA) is known color: Dark Violet. HEX triplet: 7B, 0A and BA. RGB value is (123,10,186). Sum of RGB (Red+Green+Blue) = 123+10+186=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B0ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ABA is #84F545. Grayscale: #3F3F3F. Windows color (decimal): -8713542 or 12192379. OLE color: 12192379.

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

Color convert

RGB 123 10 186 -
CMYK 0.34 0.95 0 0.27
HSL 278.52º 0.9% 0.38% -
HSV(B) 278.52º 0.95% 0.73% -
XYZ 17.14 7.97 47.09 -
YUV 63.85 196.94 170.19 -
System Red Green Blue C M Y K H S L
Decimal 123 10 186 0.34 0.95 0 0.27 278.52 0.9 0.38
Hex 7B A BA 22 5F 0 1B 117 5A 26
Octal 173 12 272 42 137 0 33 427 132 46
Binary 1111011 1010 10111010 100010 1011111 0 11011 100010111 1011010 100110

Color Harmonies of #7B0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0ABA

Black with #7B0ABA

Text Example


Text Example

White with #7B0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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