#7B01E5

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

Shades of Dark Violet #7B01E5

Tints of Dark Violet #7B01E5

Color information

#7B01E5 (or 0x7B01E5) is unknown color: approx Dark Violet. HEX triplet: 7B, 01 and E5. RGB value is (123,1,229). Sum of RGB (Red+Green+Blue) = 123+1+229=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #7B01E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B01E5 is #84FE1A. Grayscale: #3E3E3E. Windows color (decimal): -8715803 or 15008123. OLE color: 15008123.

HSL color Cylindrical-coordinate representation of color #7B01E5: hue angle of 272.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B01E5 is Cyan = 0.46, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1231229-
CMYK0.461.0000.10
HSL272.11º99.13%45.1%-
HSV(B)272.11º99.56%89.8%-
XYZ22.329.8974.86-
YUV63.47221.42170.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.84%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 229 (89.84% from 255) = 64.87%
R=34.84%
G=0.28%
B=64.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal12312290.461.0000.10272.1199.1345.1
Hex7B1E52E640A110632d
Octal17313455614401242014355
Binary11110111111001011011101100100010101000100001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B01E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,1,229); }

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

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

 a { background-color: rgb(123,1,229); }

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

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

 span { border-color: rgb(123,1,229); }

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