Html Css Color HEX #7B0ABF Dark Violet

📋 copy color: '#7B0ABF'

red 123 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #7B0ABF

Tints of Dark Violet #7B0ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.95%

R = 37.96%
G = 3.09%
B = 58.95%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B0ABF (or 0x7B0ABF) is known color: Dark Violet. HEX triplet: 7B, 0A and BF. RGB value is (123,10,191). Sum of RGB (Red+Green+Blue) = 123+10+191=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B0ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ABF is #84F540. Grayscale: #3F3F3F. Windows color (decimal): -8713537 or 12520059. OLE color: 12520059.

HSL color Cylindrical-coordinate representation of color #7B0ABF: hue angle of 277.46º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0ABF is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 10 191 -
CMYK 0.36 0.95 0 0.25
HSL 277.46º 0.9% 0.39% -
HSV(B) 277.46º 0.95% 0.75% -
XYZ 17.68 8.19 49.94 -
YUV 64.42 199.44 169.78 -
System Red Green Blue C M Y K H S L
Decimal 123 10 191 0.36 0.95 0 0.25 277.46 0.9 0.39
Hex 7B A BF 24 5F 0 19 115 5A 27
Octal 173 12 277 44 137 0 31 425 132 47
Binary 1111011 1010 10111111 100100 1011111 0 11001 100010101 1011010 100111

Color Harmonies of #7B0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0ABF

Black with #7B0ABF

Text Example


Text Example

White with #7B0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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