Html Css Color HEX #7820F1 Blue Violet

📋 copy color: '#7820F1'

red 120 ◦ green 32 ◦ blue 241

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

Shades of Blue Violet #7820F1

Tints of Blue Violet #7820F1

RGB

 RED value IS 120 (47.27% from 255) = 30.53%

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

 BLUE value IS 241 (94.53% from 255) = 61.32%

R = 30.53%
G = 8.14%
B = 61.32%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7820F1 (or 0x7820F1) is known color: Blue Violet. HEX triplet: 78, 20 and F1. RGB value is (120,32,241). Sum of RGB (Red+Green+Blue) = 120+32+241=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #7820F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7820F1 is #87DF0E. Grayscale: #515151. Windows color (decimal): -8904463 or 15802488. OLE color: 15802488.

HSL color Cylindrical-coordinate representation of color #7820F1: hue angle of 265.26º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7820F1 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 32 241 -
CMYK 0.50 0.87 0 0.05
HSL 265.26º 0.88% 0.54% -
HSV(B) 265.26º 0.87% 0.95% -
XYZ 24.14 11.38 84.14 -
YUV 82.14 217.65 155.01 -
System Red Green Blue C M Y K H S L
Decimal 120 32 241 0.50 0.87 0 0.05 265.26 0.88 0.54
Hex 78 20 F1 32 57 0 5 109 58 36
Octal 170 40 361 62 127 0 5 411 130 66
Binary 1111000 100000 11110001 110010 1010111 0 101 100001001 1011000 110110

Color Harmonies of #7820F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7820F1

Black with #7820F1

Text Example


Text Example

White with #7820F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7820F1; }

 p { color: rgb(120,32,241); }

 H1.HeaderClassName
 {
   color: #7820F1;
 }
 .AnyTagClassName
 {
   color: #7820F1;
 }
</style>

background-color css

<style>
 a { background-color: #7820F1; }

 a { background-color: rgb(120,32,241); }

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

border-color css

<style>
 span { border-color: #7820F1; }

 span { border-color: rgb(120,32,241); }

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