Html Css Color HEX #721CEE Blue Violet

📋 copy color: '#721CEE'

red 114 ◦ green 28 ◦ blue 238

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

Shades of Blue Violet #721CEE

Tints of Blue Violet #721CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.37%

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

R = 30%
G = 7.37%
B = 62.63%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#721CEE (or 0x721CEE) is known color: Blue Violet. HEX triplet: 72, 1C and EE. RGB value is (114,28,238). Sum of RGB (Red+Green+Blue) = 114+28+238=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #721CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721CEE is #8DE311. Grayscale: #4C4C4C. Windows color (decimal): -9298706 or 15604850. OLE color: 15604850.

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

Color convert

RGB 114 28 238 -
CMYK 0.52 0.88 0 0.07
HSL 264.57º 0.86% 0.52% -
HSV(B) 264.57º 0.88% 0.93% -
XYZ 22.79 10.58 81.73 -
YUV 77.65 218.49 153.92 -
System Red Green Blue C M Y K H S L
Decimal 114 28 238 0.52 0.88 0 0.07 264.57 0.86 0.52
Hex 72 1C EE 34 58 0 7 109 56 34
Octal 162 34 356 64 130 0 7 411 126 64
Binary 1110010 11100 11101110 110100 1011000 0 111 100001001 1010110 110100

Color Harmonies of #721CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CEE

Black with #721CEE

Text Example


Text Example

White with #721CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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