Html Css Color HEX #7A20F7 Blue Violet

📋 copy color: '#7A20F7'

red 122 ◦ green 32 ◦ blue 247

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

Shades of Blue Violet #7A20F7

Tints of Blue Violet #7A20F7

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.98%

 BLUE value IS 247 (96.88% from 255) = 61.6%

R = 30.42%
G = 7.98%
B = 61.6%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7A20F7 (or 0x7A20F7) is known color: Blue Violet. HEX triplet: 7A, 20 and F7. RGB value is (122,32,247). Sum of RGB (Red+Green+Blue) = 122+32+247=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 247 (96.88% from 255 or 61.60% from 401); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A20F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A20F7 is #85DF08. Grayscale: #525252. Windows color (decimal): -8773385 or 16195706. OLE color: 16195706.

HSL color Cylindrical-coordinate representation of color #7A20F7: hue angle of 265.12º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A20F7 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 32 247 -
CMYK 0.51 0.87 0 0.03
HSL 265.12º 0.93% 0.55% -
HSV(B) 265.12º 0.87% 0.97% -
XYZ 25.33 11.89 88.95 -
YUV 83.42 220.32 155.52 -
System Red Green Blue C M Y K H S L
Decimal 122 32 247 0.51 0.87 0 0.03 265.12 0.93 0.55
Hex 7A 20 F7 33 57 0 3 109 5D 37
Octal 172 40 367 63 127 0 3 411 135 67
Binary 1111010 100000 11110111 110011 1010111 0 11 100001001 1011101 110111

Color Harmonies of #7A20F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A20F7

Black with #7A20F7

Text Example


Text Example

White with #7A20F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,32,247); }

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

background-color css

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

 a { background-color: rgb(122,32,247); }

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

border-color css

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

 span { border-color: rgb(122,32,247); }

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