Html Css Color HEX #721CED Blue Violet

📋 copy color: '#721CED'

red 114 ◦ green 28 ◦ blue 237

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

Shades of Blue Violet #721CED

Tints of Blue Violet #721CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.53%

R = 30.08%
G = 7.39%
B = 62.53%

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

#721CED (or 0x721CED) is known color: Blue Violet. HEX triplet: 72, 1C and ED. RGB value is (114,28,237). Sum of RGB (Red+Green+Blue) = 114+28+237=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #721CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721CED is #8DE312. Grayscale: #4C4C4C. Windows color (decimal): -9298707 or 15539314. OLE color: 15539314.

HSL color Cylindrical-coordinate representation of color #721CED: hue angle of 264.69º degrees, saturation: 0.85, 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 #721CED is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 28 237 -
CMYK 0.52 0.88 0 0.07
HSL 264.69º 0.85% 0.52% -
HSV(B) 264.69º 0.88% 0.93% -
XYZ 22.64 10.52 80.96 -
YUV 77.54 217.99 154.01 -
System Red Green Blue C M Y K H S L
Decimal 114 28 237 0.52 0.88 0 0.07 264.69 0.85 0.52
Hex 72 1C ED 34 58 0 7 109 55 34
Octal 162 34 355 64 130 0 7 411 125 64
Binary 1110010 11100 11101101 110100 1011000 0 111 100001001 1010101 110100

Color Harmonies of #721CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CED

Black with #721CED

Text Example


Text Example

White with #721CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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