Html Css Color HEX #7425FA Blue Violet

📋 copy color: '#7425FA'

red 116 ◦ green 37 ◦ blue 250

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

Shades of Blue Violet #7425FA

Tints of Blue Violet #7425FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.18%

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

R = 28.78%
G = 9.18%
B = 62.03%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7425FA (or 0x7425FA) is known color: Blue Violet. HEX triplet: 74, 25 and FA. RGB value is (116,37,250). Sum of RGB (Red+Green+Blue) = 116+37+250=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #7425FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7425FA is #8BDA05. Grayscale: #545454. Windows color (decimal): -9165318 or 16393588. OLE color: 16393588.

HSL color Cylindrical-coordinate representation of color #7425FA: hue angle of 262.25º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7425FA is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 37 250 -
CMYK 0.54 0.85 0 0.02
HSL 262.25º 0.96% 0.56% -
HSV(B) 262.25º 0.85% 0.98% -
XYZ 25.12 11.94 91.42 -
YUV 84.9 221.17 150.18 -
System Red Green Blue C M Y K H S L
Decimal 116 37 250 0.54 0.85 0 0.02 262.25 0.96 0.56
Hex 74 25 FA 36 55 0 2 106 60 38
Octal 164 45 372 66 125 0 2 406 140 70
Binary 1110100 100101 11111010 110110 1010101 0 10 100000110 1100000 111000

Color Harmonies of #7425FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7425FA

Black with #7425FA

Text Example


Text Example

White with #7425FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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