#7B05AE

Color #7B05AE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7B05AE

Tints of Dark Violet #7B05AE

Color information

#7B05AE (or 0x7B05AE) is unknown color: approx Dark Violet. HEX triplet: 7B, 05 and AE. RGB value is (123,5,174). Sum of RGB (Red+Green+Blue) = 123+5+174=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B05AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B05AE is #84FA51. Grayscale: #3A3A3A. Windows color (decimal): -8714834 or 11404667. OLE color: 11404667.

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

Color convert

RGB1235174-
CMYK0.290.9700.32
HSL281.89º94.41%35.1%-
HSV(B)281.89º97.13%68.24%-
XYZ15.867.3840.63-
YUV59.55192.59173.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.73%
GREEN value IS 5 (2.34% from 255) = 1.66%
BLUE value IS 174 (68.36% from 255) = 57.62%
R=40.73%
G=1.66%
B=57.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12351740.290.9700.32281.8994.4135.1
Hex7B5AE1D6102011a5e23
Octal17352563514104043213643
Binary11110111011010111011101110000101000001000110101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B05AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B05AE;
 }
 .AnyTagClassName
 {
   color: #7B05AE;
 }
</style>
background-color css

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

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

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

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

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

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