#7625DA

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

Shades of Blue Violet #7625DA

Tints of Blue Violet #7625DA

Color information

#7625DA (or 0x7625DA) is unknown color: approx Blue Violet. HEX triplet: 76, 25 and DA. RGB value is (118,37,218). Sum of RGB (Red+Green+Blue) = 118+37+218=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #7625DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7625DA is #89DA25. Grayscale: #515151. Windows color (decimal): -9034278 or 14296438. OLE color: 14296438.

HSL color Cylindrical-coordinate representation of color #7625DA: hue angle of 266.85º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7625DA is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11837218-
CMYK0.460.8300.15
HSL266.85º70.98%50%-
HSV(B)266.85º83.03%85.49%-
XYZ20.7910.2467.21-
YUV81.85204.84153.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 37 (14.84% from 255) = 9.92%
BLUE value IS 218 (85.55% from 255) = 58.45%
R=31.64%
G=9.92%
B=58.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118372180.460.8300.15266.8570.9850
Hex7625DA2E530F10b4732
Octal166453325612301741310762
Binary1110110100101110110101011101010011011111000010111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7625DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7625DA; }

 p { color: rgb(118,37,218); }

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

<style>
 a { background-color: #7625DA; }

 a { background-color: rgb(118,37,218); }

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

<style>
 span { border-color: #7625DA; }

 span { border-color: rgb(118,37,218); }

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