Html Css Color HEX #721FEE Blue Violet

📋 copy color: '#721FEE'

red 114 ◦ green 31 ◦ blue 238

#721FEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #721FEE

Tints of Blue Violet #721FEE

RGB

 RED value IS 114 (44.92% from 255) = 29.77%

 GREEN value IS 31 (12.5% from 255) = 8.09%

 BLUE value IS 238 (93.36% from 255) = 62.14%

R = 29.77%
G = 8.09%
B = 62.14%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#721FEE (or 0x721FEE) is known color: Blue Violet. HEX triplet: 72, 1F and EE. RGB value is (114,31,238). Sum of RGB (Red+Green+Blue) = 114+31+238=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #721FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721FEE is #8DE011. Grayscale: #4E4E4E. Windows color (decimal): -9297938 or 15605618. OLE color: 15605618.

HSL color Cylindrical-coordinate representation of color #721FEE: hue angle of 264.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721FEE is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 31 238 -
CMYK 0.52 0.87 0 0.07
HSL 264.06º 0.86% 0.53% -
HSV(B) 264.06º 0.87% 0.93% -
XYZ 22.86 10.73 81.76 -
YUV 79.42 217.5 152.67 -
System Red Green Blue C M Y K H S L
Decimal 114 31 238 0.52 0.87 0 0.07 264.06 0.86 0.53
Hex 72 1F EE 34 57 0 7 108 56 35
Octal 162 37 356 64 127 0 7 410 126 65
Binary 1110010 11111 11101110 110100 1010111 0 111 100001000 1010110 110101

Color Harmonies of #721FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721FEE

Black with #721FEE

Text Example


Text Example

White with #721FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #721FEE;
 }
 .AnyTagClassName
 {
   color: #721FEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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