Html Css Color HEX #7828FA Blue Violet

📋 copy color: '#7828FA'

red 120 ◦ green 40 ◦ blue 250

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

Shades of Blue Violet #7828FA

Tints of Blue Violet #7828FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.76%

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

R = 29.27%
G = 9.76%
B = 60.98%

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

#7828FA (or 0x7828FA) is known color: Blue Violet. HEX triplet: 78, 28 and FA. RGB value is (120,40,250). Sum of RGB (Red+Green+Blue) = 120+40+250=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #7828FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7828FA is #87D705. Grayscale: #575757. Windows color (decimal): -8902406 or 16394360. OLE color: 16394360.

HSL color Cylindrical-coordinate representation of color #7828FA: hue angle of 262.86º 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 #7828FA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 40 250 -
CMYK 0.52 0.84 0 0.02
HSL 262.86º 0.95% 0.57% -
HSV(B) 262.86º 0.84% 0.98% -
XYZ 25.76 12.41 91.48 -
YUV 87.86 219.5 150.92 -
System Red Green Blue C M Y K H S L
Decimal 120 40 250 0.52 0.84 0 0.02 262.86 0.95 0.57
Hex 78 28 FA 34 54 0 2 107 5F 39
Octal 170 50 372 64 124 0 2 407 137 71
Binary 1111000 101000 11111010 110100 1010100 0 10 100000111 1011111 111001

Color Harmonies of #7828FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7828FA

Black with #7828FA

Text Example


Text Example

White with #7828FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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