Html Css Color HEX #7B0AD6 Dark Violet

📋 copy color: '#7B0AD6'

red 123 ◦ green 10 ◦ blue 214

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

Shades of Dark Violet #7B0AD6

Tints of Dark Violet #7B0AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 61.67%

R = 35.45%
G = 2.88%
B = 61.67%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7B0AD6 (or 0x7B0AD6) is known color: Dark Violet. HEX triplet: 7B, 0A and D6. RGB value is (123,10,214). Sum of RGB (Red+Green+Blue) = 123+10+214=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #7B0AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0AD6 is #84F529. Grayscale: #424242. Windows color (decimal): -8713514 or 14027387. OLE color: 14027387.

HSL color Cylindrical-coordinate representation of color #7B0AD6: hue angle of 273.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0AD6 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 10 214 -
CMYK 0.43 0.95 0 0.16
HSL 273.24º 0.91% 0.44% -
HSV(B) 273.24º 0.95% 0.84% -
XYZ 20.41 9.28 64.33 -
YUV 67.04 210.94 167.91 -
System Red Green Blue C M Y K H S L
Decimal 123 10 214 0.43 0.95 0 0.16 273.24 0.91 0.44
Hex 7B A D6 2B 5F 0 10 111 5B 2C
Octal 173 12 326 53 137 0 20 421 133 54
Binary 1111011 1010 11010110 101011 1011111 0 10000 100010001 1011011 101100

Color Harmonies of #7B0AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0AD6

Black with #7B0AD6

Text Example


Text Example

White with #7B0AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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