Html Css Color HEX #7425EF Blue Violet

📋 copy color: '#7425EF'

red 116 ◦ green 37 ◦ blue 239

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

Shades of Blue Violet #7425EF

Tints of Blue Violet #7425EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 29.59%
G = 9.44%
B = 60.97%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7425EF (or 0x7425EF) is known color: Blue Violet. HEX triplet: 74, 25 and EF. RGB value is (116,37,239). Sum of RGB (Red+Green+Blue) = 116+37+239=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #7425EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7425EF is #8BDA10. Grayscale: #525252. Windows color (decimal): -9165329 or 15672692. OLE color: 15672692.

HSL color Cylindrical-coordinate representation of color #7425EF: hue angle of 263.47º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7425EF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 37 239 -
CMYK 0.51 0.85 0 0.06
HSL 263.47º 0.86% 0.54% -
HSV(B) 263.47º 0.85% 0.94% -
XYZ 23.44 11.27 82.6 -
YUV 83.65 215.67 151.07 -
System Red Green Blue C M Y K H S L
Decimal 116 37 239 0.51 0.85 0 0.06 263.47 0.86 0.54
Hex 74 25 EF 33 55 0 6 107 56 36
Octal 164 45 357 63 125 0 6 407 126 66
Binary 1110100 100101 11101111 110011 1010101 0 110 100000111 1010110 110110

Color Harmonies of #7425EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7425EF

Black with #7425EF

Text Example


Text Example

White with #7425EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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