#7025EA

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

Shades of Blue Violet #7025EA

Tints of Blue Violet #7025EA

Color information

#7025EA (or 0x7025EA) is unknown color: approx Blue Violet. HEX triplet: 70, 25 and EA. RGB value is (112,37,234). Sum of RGB (Red+Green+Blue) = 112+37+234=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #7025EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7025EA is #8FDA15. Grayscale: #515151. Windows color (decimal): -9427478 or 15345008. OLE color: 15345008.

HSL color Cylindrical-coordinate representation of color #7025EA: hue angle of 262.84º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7025EA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11237234-
CMYK0.520.8400.08
HSL262.84º82.43%53.14%-
HSV(B)262.84º84.19%91.76%-
XYZ22.1910.7178.74-
YUV81.88213.85149.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 37 (14.84% from 255) = 9.66%
BLUE value IS 234 (91.80% from 255) = 61.10%
R=29.24%
G=9.66%
B=61.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112372340.520.8400.08262.8482.4353.14
Hex7025EA3454081075235
Octal160453526412401040712265
Binary1110000100101111010101101001010100010001000001111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7025EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7025EA; }

 p { color: rgb(112,37,234); }

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

<style>
 a { background-color: #7025EA; }

 a { background-color: rgb(112,37,234); }

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

<style>
 span { border-color: #7025EA; }

 span { border-color: rgb(112,37,234); }

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