#721FEA

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

Shades of Blue Violet #721FEA

Tints of Blue Violet #721FEA

Color information

#721FEA (or 0x721FEA) is unknown color: approx Blue Violet. HEX triplet: 72, 1F and EA. RGB value is (114,31,234). Sum of RGB (Red+Green+Blue) = 114+31+234=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #721FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721FEA is #8DE015. Grayscale: #4E4E4E. Windows color (decimal): -9297942 or 15343474. OLE color: 15343474.

HSL color Cylindrical-coordinate representation of color #721FEA: hue angle of 264.53º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721FEA is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11431234-
CMYK0.510.8700.08
HSL264.53º82.86%51.96%-
HSV(B)264.53º86.75%91.76%-
XYZ22.2810.578.69-
YUV78.96215.5152.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 31 (12.5% from 255) = 8.18%
BLUE value IS 234 (91.80% from 255) = 61.74%
R=30.08%
G=8.18%
B=61.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal114312340.510.8700.08264.5382.8651.96
Hex721FEA3357081095334
Octal162373526312701041112364
Binary111001011111111010101100111010111010001000010011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721FEA; }

 p { color: rgb(114,31,234); }

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

<style>
 a { background-color: #721FEA; }

 a { background-color: rgb(114,31,234); }

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

<style>
 span { border-color: #721FEA; }

 span { border-color: rgb(114,31,234); }

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