Html Css Color HEX #722EDD Blue Violet

📋 copy color: '#722EDD'

red 114 ◦ green 46 ◦ blue 221

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

Shades of Blue Violet #722EDD

Tints of Blue Violet #722EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.07%

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 29.92%
G = 12.07%
B = 58.01%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#722EDD (or 0x722EDD) is known color: Blue Violet. HEX triplet: 72, 2E and DD. RGB value is (114,46,221). Sum of RGB (Red+Green+Blue) = 114+46+221=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #722EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722EDD is #8DD122. Grayscale: #555555. Windows color (decimal): -9294115 or 14495346. OLE color: 14495346.

HSL color Cylindrical-coordinate representation of color #722EDD: hue angle of 263.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #722EDD is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 46 221 -
CMYK 0.48 0.79 0 0.13
HSL 263.31º 0.72% 0.52% -
HSV(B) 263.31º 0.79% 0.87% -
XYZ 20.97 10.75 69.38 -
YUV 86.28 204.03 147.77 -
System Red Green Blue C M Y K H S L
Decimal 114 46 221 0.48 0.79 0 0.13 263.31 0.72 0.52
Hex 72 2E DD 30 4F 0 D 107 48 34
Octal 162 56 335 60 117 0 15 407 110 64
Binary 1110010 101110 11011101 110000 1001111 0 1101 100000111 1001000 110100

Color Harmonies of #722EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722EDD

Black with #722EDD

Text Example


Text Example

White with #722EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722EDD; }

 p { color: rgb(114,46,221); }

 H1.HeaderClassName
 {
   color: #722EDD;
 }
 .AnyTagClassName
 {
   color: #722EDD;
 }
</style>

background-color css

<style>
 a { background-color: #722EDD; }

 a { background-color: rgb(114,46,221); }

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

border-color css

<style>
 span { border-color: #722EDD; }

 span { border-color: rgb(114,46,221); }

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