#7738e0

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

Shades of Blue Violet #7738E0

Tints of Blue Violet #7738E0

Color information

#7738E0 (or 0x7738E0) is unknown color: approx Blue Violet. HEX triplet: 77, 38 and E0. RGB value is (119,56,224). Sum of RGB (Red+Green+Blue) = 119+56+224=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #7738E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7738E0 is #88C71F. Grayscale: #5D5D5D. Windows color (decimal): -8963872 or 14694519. OLE color: 14694519.

HSL color Cylindrical-coordinate representation of color #7738E0: hue angle of 262.5º degrees, saturation: 0.73, 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 #7738E0 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11956224-
CMYK0.470.7500.12
HSL262.5º73.04%54.9%-
HSV(B)262.5º75%87.84%-
XYZ22.4812.1371.68-
YUV93.99201.37145.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 56 (22.27% from 255) = 14.04%
BLUE value IS 224 (87.89% from 255) = 56.14%
R=29.82%
G=14.04%
B=56.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal119562240.470.7500.12262.573.0454.9
Hex7738E02F4B0C1064937
Octal167703405711301440611167
Binary1110111111000111000001011111001011011001000001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7738e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7738e0; }

 p { color: rgb(119,56,224); }

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

<style>
 a { background-color: #7738e0; }

 a { background-color: rgb(119,56,224); }

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

<style>
 span { border-color: #7738e0; }

 span { border-color: rgb(119,56,224); }

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