#721fe1

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

Shades of Blue Violet #721FE1

Tints of Blue Violet #721FE1

Color information

#721FE1 (or 0x721FE1) is unknown color: approx Blue Violet. HEX triplet: 72, 1F and E1. RGB value is (114,31,225). Sum of RGB (Red+Green+Blue) = 114+31+225=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #721FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721FE1 is #8DE01E. Grayscale: #4D4D4D. Windows color (decimal): -9297951 or 14753650. OLE color: 14753650.

HSL color Cylindrical-coordinate representation of color #721FE1: hue angle of 265.67º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721FE1 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11431225-
CMYK0.490.8600.12
HSL265.67º76.38%50.2%-
HSV(B)265.67º86.22%88.24%-
XYZ21.029.9972.06-
YUV77.93211153.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 31 (12.5% from 255) = 8.38%
BLUE value IS 225 (88.28% from 255) = 60.81%
R=30.81%
G=8.38%
B=60.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal114312250.490.8600.12265.6776.3850.2
Hex721FE131560C10a4c32
Octal162373416112601441211462
Binary111001011111111000011100011010110011001000010101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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