#7C1BD8

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

Shades of Blue Violet #7C1BD8

Tints of Blue Violet #7C1BD8

Color information

#7C1BD8 (or 0x7C1BD8) is unknown color: approx Blue Violet. HEX triplet: 7C, 1B and D8. RGB value is (124,27,216). Sum of RGB (Red+Green+Blue) = 124+27+216=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 216 (84.77% from 255 or 58.86% from 367); Max value from RGB is 216 - color contains mainly: blue. Hex color #7C1BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1BD8 is #83E427. Grayscale: #4C4C4C. Windows color (decimal): -8643624 or 14162812. OLE color: 14162812.

HSL color Cylindrical-coordinate representation of color #7C1BD8: hue angle of 270.79º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C1BD8 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12427216-
CMYK0.430.8800.15
HSL270.79º77.78%47.65%-
HSV(B)270.79º87.5%84.71%-
XYZ21.110.0365.79-
YUV77.55206.14161.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.79%
GREEN value IS 27 (10.94% from 255) = 7.36%
BLUE value IS 216 (84.77% from 255) = 58.86%
R=33.79%
G=7.36%
B=58.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124272160.430.8800.15270.7977.7847.65
Hex7C1BD82B580F10f4e30
Octal174333305313001741711660
Binary111110011011110110001010111011000011111000011111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,27,216); }

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

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

 a { background-color: rgb(124,27,216); }

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

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

 span { border-color: rgb(124,27,216); }

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