Html Css Color HEX #721CEB Blue Violet

📋 copy color: '#721CEB'

red 114 ◦ green 28 ◦ blue 235

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

Shades of Blue Violet #721CEB

Tints of Blue Violet #721CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 30.24%
G = 7.43%
B = 62.33%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#721CEB (or 0x721CEB) is known color: Blue Violet. HEX triplet: 72, 1C and EB. RGB value is (114,28,235). Sum of RGB (Red+Green+Blue) = 114+28+235=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #721CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721CEB is #8DE314. Grayscale: #4C4C4C. Windows color (decimal): -9298709 or 15408242. OLE color: 15408242.

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

Color convert

RGB 114 28 235 -
CMYK 0.51 0.88 0 0.08
HSL 264.93º 0.84% 0.52% -
HSV(B) 264.93º 0.88% 0.92% -
XYZ 22.35 10.41 79.43 -
YUV 77.31 216.99 154.17 -
System Red Green Blue C M Y K H S L
Decimal 114 28 235 0.51 0.88 0 0.08 264.93 0.84 0.52
Hex 72 1C EB 33 58 0 8 109 54 34
Octal 162 34 353 63 130 0 10 411 124 64
Binary 1110010 11100 11101011 110011 1011000 0 1000 100001001 1010100 110100

Color Harmonies of #721CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CEB

Black with #721CEB

Text Example


Text Example

White with #721CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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