#7825DD

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

Shades of Blue Violet #7825DD

Tints of Blue Violet #7825DD

Color information

#7825DD (or 0x7825DD) is unknown color: approx Blue Violet. HEX triplet: 78, 25 and DD. RGB value is (120,37,221). Sum of RGB (Red+Green+Blue) = 120+37+221=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #7825DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7825DD is #87DA22. Grayscale: #525252. Windows color (decimal): -8903203 or 14493048. OLE color: 14493048.

HSL color Cylindrical-coordinate representation of color #7825DD: hue angle of 267.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7825DD is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12037221-
CMYK0.460.8300.13
HSL267.07º73.02%50.59%-
HSV(B)267.07º83.26%86.67%-
XYZ21.4610.5469.31-
YUV82.79206154.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 37 (14.84% from 255) = 9.79%
BLUE value IS 221 (86.72% from 255) = 58.47%
R=31.75%
G=9.79%
B=58.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal120372210.460.8300.13267.0773.0250.59
Hex7825DD2E530D10b4933
Octal170453355612301541311163
Binary1111000100101110111011011101010011011011000010111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7825DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7825DD; }

 p { color: rgb(120,37,221); }

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

<style>
 a { background-color: #7825DD; }

 a { background-color: rgb(120,37,221); }

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

<style>
 span { border-color: #7825DD; }

 span { border-color: rgb(120,37,221); }

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