Html Css Color HEX #7829FA Blue Violet

📋 copy color: '#7829FA'

red 120 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #7829FA

Tints of Blue Violet #7829FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.98%

 BLUE value IS 250 (98.05% from 255) = 60.83%

R = 29.2%
G = 9.98%
B = 60.83%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7829FA (or 0x7829FA) is known color: Blue Violet. HEX triplet: 78, 29 and FA. RGB value is (120,41,250). Sum of RGB (Red+Green+Blue) = 120+41+250=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #7829FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7829FA is #87D605. Grayscale: #575757. Windows color (decimal): -8902150 or 16394616. OLE color: 16394616.

HSL color Cylindrical-coordinate representation of color #7829FA: hue angle of 262.68º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7829FA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 41 250 -
CMYK 0.52 0.84 0 0.02
HSL 262.68º 0.95% 0.57% -
HSV(B) 262.68º 0.84% 0.98% -
XYZ 25.79 12.48 91.49 -
YUV 88.45 219.17 150.51 -
System Red Green Blue C M Y K H S L
Decimal 120 41 250 0.52 0.84 0 0.02 262.68 0.95 0.57
Hex 78 29 FA 34 54 0 2 107 5F 39
Octal 170 51 372 64 124 0 2 407 137 71
Binary 1111000 101001 11111010 110100 1010100 0 10 100000111 1011111 111001

Color Harmonies of #7829FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7829FA

Black with #7829FA

Text Example


Text Example

White with #7829FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7829FA; }

 p { color: rgb(120,41,250); }

 H1.HeaderClassName
 {
   color: #7829FA;
 }
 .AnyTagClassName
 {
   color: #7829FA;
 }
</style>

background-color css

<style>
 a { background-color: #7829FA; }

 a { background-color: rgb(120,41,250); }

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

border-color css

<style>
 span { border-color: #7829FA; }

 span { border-color: rgb(120,41,250); }

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