Html Css Color HEX #7428FA Blue Violet

📋 copy color: '#7428FA'

red 116 ◦ green 40 ◦ blue 250

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

Shades of Blue Violet #7428FA

Tints of Blue Violet #7428FA

RGB

 RED value IS 116 (45.7% from 255) = 28.57%

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

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

R = 28.57%
G = 9.85%
B = 61.58%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7428FA (or 0x7428FA) is known color: Blue Violet. HEX triplet: 74, 28 and FA. RGB value is (116,40,250). Sum of RGB (Red+Green+Blue) = 116+40+250=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #7428FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7428FA is #8BD705. Grayscale: #555555. Windows color (decimal): -9164550 or 16394356. OLE color: 16394356.

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

Color convert

RGB 116 40 250 -
CMYK 0.54 0.84 0 0.02
HSL 261.71º 0.95% 0.57% -
HSV(B) 261.71º 0.84% 0.98% -
XYZ 25.22 12.13 91.46 -
YUV 86.66 220.18 148.92 -
System Red Green Blue C M Y K H S L
Decimal 116 40 250 0.54 0.84 0 0.02 261.71 0.95 0.57
Hex 74 28 FA 36 54 0 2 106 5F 39
Octal 164 50 372 66 124 0 2 406 137 71
Binary 1110100 101000 11111010 110110 1010100 0 10 100000110 1011111 111001

Color Harmonies of #7428FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7428FA

Black with #7428FA

Text Example


Text Example

White with #7428FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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