#722FE6

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

Shades of Blue Violet #722FE6

Tints of Blue Violet #722FE6

Color information

#722FE6 (or 0x722FE6) is unknown color: approx Blue Violet. HEX triplet: 72, 2F and E6. RGB value is (114,47,230). Sum of RGB (Red+Green+Blue) = 114+47+230=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #722FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #722FE6 is #8DD019. Grayscale: #575757. Windows color (decimal): -9293850 or 15085426. OLE color: 15085426.

HSL color Cylindrical-coordinate representation of color #722FE6: hue angle of 261.97º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #722FE6 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11447230-
CMYK0.500.8000.10
HSL261.97º78.54%54.31%-
HSV(B)261.97º79.57%90.2%-
XYZ22.2411.3275.88-
YUV87.9208.2146.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 47 (18.75% from 255) = 12.02%
BLUE value IS 230 (90.23% from 255) = 58.82%
R=29.16%
G=12.02%
B=58.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal114472300.500.8000.10261.9778.5454.31
Hex722FE632500A1064f36
Octal162573466212001240611766
Binary1110010101111111001101100101010000010101000001101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722FE6; }

 p { color: rgb(114,47,230); }

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

<style>
 a { background-color: #722FE6; }

 a { background-color: rgb(114,47,230); }

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

<style>
 span { border-color: #722FE6; }

 span { border-color: rgb(114,47,230); }

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