Html Css Color HEX #7B0DAE Dark Violet

📋 copy color: '#7B0DAE'

red 123 ◦ green 13 ◦ blue 174

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

Shades of Dark Violet #7B0DAE

Tints of Dark Violet #7B0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.19%

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 39.68%
G = 4.19%
B = 56.13%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B0DAE (or 0x7B0DAE) is known color: Dark Violet. HEX triplet: 7B, 0D and AE. RGB value is (123,13,174). Sum of RGB (Red+Green+Blue) = 123+13+174=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B0DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0DAE is #84F251. Grayscale: #3F3F3F. Windows color (decimal): -8712786 or 11406715. OLE color: 11406715.

HSL color Cylindrical-coordinate representation of color #7B0DAE: hue angle of 280.99º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0DAE is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 13 174 -
CMYK 0.29 0.93 0 0.32
HSL 280.99º 0.86% 0.37% -
HSV(B) 280.99º 0.93% 0.68% -
XYZ 15.95 7.55 40.66 -
YUV 64.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 123 13 174 0.29 0.93 0 0.32 280.99 0.86 0.37
Hex 7B D AE 1D 5D 0 20 119 56 25
Octal 173 15 256 35 135 0 40 431 126 45
Binary 1111011 1101 10101110 11101 1011101 0 100000 100011001 1010110 100101

Color Harmonies of #7B0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0DAE

Black with #7B0DAE

Text Example


Text Example

White with #7B0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,13,174); }

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

background-color css

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

 a { background-color: rgb(123,13,174); }

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

border-color css

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

 span { border-color: rgb(123,13,174); }

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