#7b21cd

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

Shades of Blue Violet #7B21CD

Tints of Blue Violet #7B21CD

Color information

#7B21CD (or 0x7B21CD) is unknown color: approx Blue Violet. HEX triplet: 7B, 21 and CD. RGB value is (123,33,205). Sum of RGB (Red+Green+Blue) = 123+33+205=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B21CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B21CD is #84DE32. Grayscale: #4E4E4E. Windows color (decimal): -8707635 or 13443451. OLE color: 13443451.

HSL color Cylindrical-coordinate representation of color #7B21CD: hue angle of 271.4º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B21CD is Cyan = 0.4, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12333205-
CMYK0.40.8400.20
HSL271.4º72.27%46.67%-
HSV(B)271.4º83.9%80.39%-
XYZ19.739.7158.59-
YUV79.52198.82159.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.07%
GREEN value IS 33 (13.28% from 255) = 9.14%
BLUE value IS 205 (80.47% from 255) = 56.79%
R=34.07%
G=9.14%
B=56.79%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal123332050.40.8400.20271.472.2746.67
Hex7B21CD285401410f482f
Octal173413155012402441711057
Binary11110111000011100110110100010101000101001000011111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b21cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,33,205); }

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

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

 a { background-color: rgb(123,33,205); }

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

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

 span { border-color: rgb(123,33,205); }

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

cancel