Html Css Color HEX #7B20F9 Blue Violet

📋 copy color: '#7B20F9'

red 123 ◦ green 32 ◦ blue 249

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

Shades of Blue Violet #7B20F9

Tints of Blue Violet #7B20F9

RGB

 RED value IS 123 (48.44% from 255) = 30.45%

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

 BLUE value IS 249 (97.66% from 255) = 61.63%

R = 30.45%
G = 7.92%
B = 61.63%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B20F9 (or 0x7B20F9) is known color: Blue Violet. HEX triplet: 7B, 20 and F9. RGB value is (123,32,249). Sum of RGB (Red+Green+Blue) = 123+32+249=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B20F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B20F9 is #84DF06. Grayscale: #535353. Windows color (decimal): -8707847 or 16326779. OLE color: 16326779.

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

Color convert

RGB 123 32 249 -
CMYK 0.51 0.87 0 0.02
HSL 265.16º 0.95% 0.55% -
HSV(B) 265.16º 0.87% 0.98% -
XYZ 25.78 12.08 90.6 -
YUV 83.95 221.15 155.86 -
System Red Green Blue C M Y K H S L
Decimal 123 32 249 0.51 0.87 0 0.02 265.16 0.95 0.55
Hex 7B 20 F9 33 57 0 2 109 5F 37
Octal 173 40 371 63 127 0 2 411 137 67
Binary 1111011 100000 11111001 110011 1010111 0 10 100001001 1011111 110111

Color Harmonies of #7B20F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B20F9

Black with #7B20F9

Text Example


Text Example

White with #7B20F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,32,249); }

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

background-color css

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

 a { background-color: rgb(123,32,249); }

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

border-color css

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

 span { border-color: rgb(123,32,249); }

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