#7725D3

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

Shades of Blue Violet #7725D3

Tints of Blue Violet #7725D3

Color information

#7725D3 (or 0x7725D3) is unknown color: approx Blue Violet. HEX triplet: 77, 25 and D3. RGB value is (119,37,211). Sum of RGB (Red+Green+Blue) = 119+37+211=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 211 (82.81% from 255 or 57.49% from 367); Max value from RGB is 211 - color contains mainly: blue. Hex color #7725D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7725D3 is #88DA2C. Grayscale: #505050. Windows color (decimal): -8968749 or 13837687. OLE color: 13837687.

HSL color Cylindrical-coordinate representation of color #7725D3: hue angle of 268.28º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7725D3 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11937211-
CMYK0.440.8200.17
HSL268.28º70.16%48.63%-
HSV(B)268.28º82.46%82.75%-
XYZ20.039.9562.49-
YUV81.35201.17154.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 37 (14.84% from 255) = 10.08%
BLUE value IS 211 (82.81% from 255) = 57.49%
R=32.43%
G=10.08%
B=57.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal119372110.440.8200.17268.2870.1648.63
Hex7725D32C5201110c4631
Octal167453235412202141410661
Binary11101111001011101001110110010100100100011000011001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7725D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7725D3; }

 p { color: rgb(119,37,211); }

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

<style>
 a { background-color: #7725D3; }

 a { background-color: rgb(119,37,211); }

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

<style>
 span { border-color: #7725D3; }

 span { border-color: rgb(119,37,211); }

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