Html Css Color HEX #7A1ADD Blue Violet

📋 copy color: '#7A1ADD'

red 122 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #7A1ADD

Tints of Blue Violet #7A1ADD

RGB

 RED value IS 122 (48.05% from 255) = 33.06%

 GREEN value IS 26 (10.55% from 255) = 7.05%

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

R = 33.06%
G = 7.05%
B = 59.89%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A1ADD (or 0x7A1ADD) is known color: Blue Violet. HEX triplet: 7A, 1A and DD. RGB value is (122,26,221). Sum of RGB (Red+Green+Blue) = 122+26+221=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A1ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1ADD is #85E522. Grayscale: #4C4C4C. Windows color (decimal): -8774947 or 14490234. OLE color: 14490234.

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

Color convert

RGB 122 26 221 -
CMYK 0.45 0.88 0 0.13
HSL 269.54º 0.79% 0.48% -
HSV(B) 269.54º 0.88% 0.87% -
XYZ 21.45 10.1 69.23 -
YUV 76.93 209.3 160.14 -
System Red Green Blue C M Y K H S L
Decimal 122 26 221 0.45 0.88 0 0.13 269.54 0.79 0.48
Hex 7A 1A DD 2D 58 0 D 10E 4F 30
Octal 172 32 335 55 130 0 15 416 117 60
Binary 1111010 11010 11011101 101101 1011000 0 1101 100001110 1001111 110000

Color Harmonies of #7A1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1ADD

Black with #7A1ADD

Text Example


Text Example

White with #7A1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A1ADD; }

 p { color: rgb(122,26,221); }

 H1.HeaderClassName
 {
   color: #7A1ADD;
 }
 .AnyTagClassName
 {
   color: #7A1ADD;
 }
</style>

background-color css

<style>
 a { background-color: #7A1ADD; }

 a { background-color: rgb(122,26,221); }

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

border-color css

<style>
 span { border-color: #7A1ADD; }

 span { border-color: rgb(122,26,221); }

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