#7B22D4

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

Shades of Blue Violet #7B22D4

Tints of Blue Violet #7B22D4

Color information

#7B22D4 (or 0x7B22D4) is unknown color: approx Blue Violet. HEX triplet: 7B, 22 and D4. RGB value is (123,34,212). Sum of RGB (Red+Green+Blue) = 123+34+212=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 212 (83.20% from 255 or 57.45% from 369); Max value from RGB is 212 - color contains mainly: blue. Hex color #7B22D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B22D4 is #84DD2B. Grayscale: #505050. Windows color (decimal): -8707372 or 13902459. OLE color: 13902459.

HSL color Cylindrical-coordinate representation of color #7B22D4: hue angle of 270º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B22D4 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12334212-
CMYK0.420.8400.17
HSL270º72.36%48.24%-
HSV(B)270º83.96%83.14%-
XYZ20.6210.1163.15-
YUV80.9201.99158.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 212 (83.20% from 255) = 57.45%
R=33.33%
G=9.21%
B=57.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal123342120.420.8400.1727072.3648.24
Hex7B22D42A5401110e4830
Octal173423245212402141611060
Binary11110111000101101010010101010101000100011000011101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B22D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,34,212); }

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

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

 a { background-color: rgb(123,34,212); }

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

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

 span { border-color: rgb(123,34,212); }

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