Html Css Color HEX #721BED Blue Violet

📋 copy color: '#721BED'

red 114 ◦ green 27 ◦ blue 237

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

Shades of Blue Violet #721BED

Tints of Blue Violet #721BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.14%

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

R = 30.16%
G = 7.14%
B = 62.7%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#721BED (or 0x721BED) is known color: Blue Violet. HEX triplet: 72, 1B and ED. RGB value is (114,27,237). Sum of RGB (Red+Green+Blue) = 114+27+237=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #721BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721BED is #8DE412. Grayscale: #4C4C4C. Windows color (decimal): -9298963 or 15539058. OLE color: 15539058.

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

Color convert

RGB 114 27 237 -
CMYK 0.52 0.89 0 0.07
HSL 264.86º 0.85% 0.52% -
HSV(B) 264.86º 0.89% 0.93% -
XYZ 22.62 10.48 80.95 -
YUV 76.95 218.32 154.42 -
System Red Green Blue C M Y K H S L
Decimal 114 27 237 0.52 0.89 0 0.07 264.86 0.85 0.52
Hex 72 1B ED 34 59 0 7 109 55 34
Octal 162 33 355 64 131 0 7 411 125 64
Binary 1110010 11011 11101101 110100 1011001 0 111 100001001 1010101 110100

Color Harmonies of #721BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721BED

Black with #721BED

Text Example


Text Example

White with #721BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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