#7C36DE

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

Shades of Blue Violet #7C36DE

Tints of Blue Violet #7C36DE

Color information

#7C36DE (or 0x7C36DE) is unknown color: approx Blue Violet. HEX triplet: 7C, 36 and DE. RGB value is (124,54,222). Sum of RGB (Red+Green+Blue) = 124+54+222=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C36DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C36DE is #83C921. Grayscale: #5D5D5D. Windows color (decimal): -8636706 or 14562940. OLE color: 14562940.

HSL color Cylindrical-coordinate representation of color #7C36DE: hue angle of 265º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C36DE is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12454222-
CMYK0.440.7600.13
HSL265º71.79%54.12%-
HSV(B)265º75.68%87.06%-
XYZ22.8212.270.26-
YUV94.08200.19149.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 54 (21.48% from 255) = 13.5%
BLUE value IS 222 (87.11% from 255) = 55.5%
R=31%
G=13.5%
B=55.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal124542220.440.7600.1326571.7954.12
Hex7C36DE2C4C0D1094836
Octal174663365411401541111066
Binary1111100110110110111101011001001100011011000010011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C36DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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