Html Css Color HEX #722ADA Blue Violet

📋 copy color: '#722ADA'

red 114 ◦ green 42 ◦ blue 218

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

Shades of Blue Violet #722ADA

Tints of Blue Violet #722ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.23%

 BLUE value IS 218 (85.55% from 255) = 58.29%

R = 30.48%
G = 11.23%
B = 58.29%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#722ADA (or 0x722ADA) is known color: Blue Violet. HEX triplet: 72, 2A and DA. RGB value is (114,42,218). Sum of RGB (Red+Green+Blue) = 114+42+218=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #722ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ADA is #8DD525. Grayscale: #525252. Windows color (decimal): -9295142 or 14297714. OLE color: 14297714.

HSL color Cylindrical-coordinate representation of color #722ADA: hue angle of 264.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722ADA is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 42 218 -
CMYK 0.48 0.81 0 0.15
HSL 264.55º 0.7% 0.51% -
HSV(B) 264.55º 0.81% 0.85% -
XYZ 20.42 10.3 67.24 -
YUV 83.59 203.85 149.69 -
System Red Green Blue C M Y K H S L
Decimal 114 42 218 0.48 0.81 0 0.15 264.55 0.7 0.51
Hex 72 2A DA 30 51 0 F 109 46 33
Octal 162 52 332 60 121 0 17 411 106 63
Binary 1110010 101010 11011010 110000 1010001 0 1111 100001001 1000110 110011

Color Harmonies of #722ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722ADA

Black with #722ADA

Text Example


Text Example

White with #722ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,42,218); }

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

background-color css

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

 a { background-color: rgb(114,42,218); }

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

border-color css

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

 span { border-color: rgb(114,42,218); }

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