#7D38D8

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

Shades of Blue Violet #7D38D8

Tints of Blue Violet #7D38D8

Color information

#7D38D8 (or 0x7D38D8) is unknown color: approx Blue Violet. HEX triplet: 7D, 38 and D8. RGB value is (125,56,216). Sum of RGB (Red+Green+Blue) = 125+56+216=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D38D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D38D8 is #82C727. Grayscale: #5E5E5E. Windows color (decimal): -8570664 or 14170237. OLE color: 14170237.

HSL color Cylindrical-coordinate representation of color #7D38D8: hue angle of 265.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D38D8 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12556216-
CMYK0.420.7400.15
HSL265.88º67.23%53.33%-
HSV(B)265.88º74.07%84.71%-
XYZ22.2712.1566.14-
YUV94.87196.36149.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 56 (22.27% from 255) = 14.11%
BLUE value IS 216 (84.77% from 255) = 54.41%
R=31.49%
G=14.11%
B=54.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125562160.420.7400.15265.8867.2353.33
Hex7D38D82A4A0F10a4335
Octal175703305211201741210365
Binary1111101111000110110001010101001010011111000010101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D38D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,56,216); }

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

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

 a { background-color: rgb(125,56,216); }

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

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

 span { border-color: rgb(125,56,216); }

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