#7439DE

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

Shades of Blue Violet #7439DE

Tints of Blue Violet #7439DE

Color information

#7439DE (or 0x7439DE) is unknown color: approx Blue Violet. HEX triplet: 74, 39 and DE. RGB value is (116,57,222). Sum of RGB (Red+Green+Blue) = 116+57+222=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #7439DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7439DE is #8BC621. Grayscale: #5C5C5C. Windows color (decimal): -9160226 or 14563700. OLE color: 14563700.

HSL color Cylindrical-coordinate representation of color #7439DE: hue angle of 261.45º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7439DE is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11657222-
CMYK0.480.7400.13
HSL261.45º71.43%54.71%-
HSV(B)261.45º74.32%87.06%-
XYZ21.8511.9170.26-
YUV93.45200.55144.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 57 (22.66% from 255) = 14.43%
BLUE value IS 222 (87.11% from 255) = 56.20%
R=29.37%
G=14.43%
B=56.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116572220.480.7400.13261.4571.4354.71
Hex7439DE304A0D1054737
Octal164713366011201540510767
Binary1110100111001110111101100001001010011011000001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7439DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7439DE; }

 p { color: rgb(116,57,222); }

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

<style>
 a { background-color: #7439DE; }

 a { background-color: rgb(116,57,222); }

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

<style>
 span { border-color: #7439DE; }

 span { border-color: rgb(116,57,222); }

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