#7c38e1

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

Shades of Blue Violet #7C38E1

Tints of Blue Violet #7C38E1

Color information

#7C38E1 (or 0x7C38E1) is unknown color: approx Blue Violet. HEX triplet: 7C, 38 and E1. RGB value is (124,56,225). Sum of RGB (Red+Green+Blue) = 124+56+225=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #7C38E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C38E1 is #83C71E. Grayscale: #5E5E5E. Windows color (decimal): -8636191 or 14760060. OLE color: 14760060.

HSL color Cylindrical-coordinate representation of color #7C38E1: hue angle of 264.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C38E1 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12456225-
CMYK0.450.7500.12
HSL264.14º73.8%55.1%-
HSV(B)264.14º75.11%88.24%-
XYZ23.3212.5572.43-
YUV95.6201.03148.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.62%
GREEN value IS 56 (22.27% from 255) = 13.83%
BLUE value IS 225 (88.28% from 255) = 55.56%
R=30.62%
G=13.83%
B=55.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal124562250.450.7500.12264.1473.855.1
Hex7C38E12D4B0C1084a37
Octal174703415511301441011267
Binary1111100111000111000011011011001011011001000010001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c38e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,225); }

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

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

 a { background-color: rgb(124,56,225); }

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

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

 span { border-color: rgb(124,56,225); }

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