#7b28e0

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

Shades of Blue Violet #7B28E0

Tints of Blue Violet #7B28E0

Color information

#7B28E0 (or 0x7B28E0) is unknown color: approx Blue Violet. HEX triplet: 7B, 28 and E0. RGB value is (123,40,224). Sum of RGB (Red+Green+Blue) = 123+40+224=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B28E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B28E0 is #84D71F. Grayscale: #555555. Windows color (decimal): -8705824 or 14690427. OLE color: 14690427.

HSL color Cylindrical-coordinate representation of color #7B28E0: hue angle of 267.07º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B28E0 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12340224-
CMYK0.450.8200.12
HSL267.07º74.8%51.76%-
HSV(B)267.07º82.14%87.84%-
XYZ22.3811.1171.49-
YUV85.79206154.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.78%
GREEN value IS 40 (16.02% from 255) = 10.34%
BLUE value IS 224 (87.89% from 255) = 57.88%
R=31.78%
G=10.34%
B=57.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal123402240.450.8200.12267.0774.851.76
Hex7B28E02D520C10b4b34
Octal173503405512201441311364
Binary1111011101000111000001011011010010011001000010111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b28e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,40,224); }

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

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

 a { background-color: rgb(123,40,224); }

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

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

 span { border-color: rgb(123,40,224); }

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