#7225D8

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

Shades of Blue Violet #7225D8

Tints of Blue Violet #7225D8

Color information

#7225D8 (or 0x7225D8) is unknown color: approx Blue Violet. HEX triplet: 72, 25 and D8. RGB value is (114,37,216). Sum of RGB (Red+Green+Blue) = 114+37+216=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 216 (84.77% from 255 or 58.86% from 367); Max value from RGB is 216 - color contains mainly: blue. Hex color #7225D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7225D8 is #8DDA27. Grayscale: #4F4F4F. Windows color (decimal): -9296424 or 14165362. OLE color: 14165362.

HSL color Cylindrical-coordinate representation of color #7225D8: hue angle of 265.81º 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 #7225D8 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11437216-
CMYK0.470.8300.15
HSL265.81º70.75%49.61%-
HSV(B)265.81º82.87%84.71%-
XYZ209.8665.81-
YUV80.43204.51151.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 37 (14.84% from 255) = 10.08%
BLUE value IS 216 (84.77% from 255) = 58.86%
R=31.06%
G=10.08%
B=58.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal114372160.470.8300.15265.8170.7549.61
Hex7225D82F530F10a4732
Octal162453305712301741210762
Binary1110010100101110110001011111010011011111000010101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7225D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7225D8; }

 p { color: rgb(114,37,216); }

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

<style>
 a { background-color: #7225D8; }

 a { background-color: rgb(114,37,216); }

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

<style>
 span { border-color: #7225D8; }

 span { border-color: rgb(114,37,216); }

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