#7C3DD6

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

Shades of Blue Violet #7C3DD6

Tints of Blue Violet #7C3DD6

Color information

#7C3DD6 (or 0x7C3DD6) is unknown color: approx Blue Violet. HEX triplet: 7C, 3D and D6. RGB value is (124,61,214). Sum of RGB (Red+Green+Blue) = 124+61+214=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #7C3DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3DD6 is #83C229. Grayscale: #606060. Windows color (decimal): -8634922 or 14040444. OLE color: 14040444.

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

Color convert

RGB12461214-
CMYK0.420.7100.16
HSL264.71º65.11%53.92%-
HSV(B)264.71º71.5%83.92%-
XYZ22.1212.4864.86-
YUV97.28193.87147.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 61 (24.22% from 255) = 15.29%
BLUE value IS 214 (83.98% from 255) = 53.63%
R=31.08%
G=15.29%
B=53.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal124612140.420.7100.16264.7165.1153.92
Hex7C3DD62A470101094136
Octal174753265210702041110166
Binary11111001111011101011010101010001110100001000010011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,61,214); }

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

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

 a { background-color: rgb(124,61,214); }

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

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

 span { border-color: rgb(124,61,214); }

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