#7C36D5

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

Shades of Blue Violet #7C36D5

Tints of Blue Violet #7C36D5

Color information

#7C36D5 (or 0x7C36D5) is unknown color: approx Blue Violet. HEX triplet: 7C, 36 and D5. RGB value is (124,54,213). Sum of RGB (Red+Green+Blue) = 124+54+213=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C36D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C36D5 is #83C92A. Grayscale: #5C5C5C. Windows color (decimal): -8636715 or 13973116. OLE color: 13973116.

HSL color Cylindrical-coordinate representation of color #7C36D5: hue angle of 266.42º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C36D5 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12454213-
CMYK0.420.7500.16
HSL266.42º65.43%52.35%-
HSV(B)266.42º74.65%83.53%-
XYZ21.6411.7364.07-
YUV93.06195.69150.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 54 (21.48% from 255) = 13.81%
BLUE value IS 213 (83.59% from 255) = 54.48%
R=31.71%
G=13.81%
B=54.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal124542130.420.7500.16266.4265.4352.35
Hex7C36D52A4B01010a4134
Octal174663255211302041210164
Binary11111001101101101010110101010010110100001000010101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C36D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,54,213); }

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

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

 a { background-color: rgb(124,54,213); }

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

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

 span { border-color: rgb(124,54,213); }

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