Html Css Color HEX #7426F5 Blue Violet

📋 copy color: '#7426F5'

red 116 ◦ green 38 ◦ blue 245

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

Shades of Blue Violet #7426F5

Tints of Blue Violet #7426F5

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.52%

 BLUE value IS 245 (96.09% from 255) = 61.4%

R = 29.07%
G = 9.52%
B = 61.4%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7426F5 (or 0x7426F5) is known color: Blue Violet. HEX triplet: 74, 26 and F5. RGB value is (116,38,245). Sum of RGB (Red+Green+Blue) = 116+38+245=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 245 (96.09% from 255 or 61.40% from 399); Max value from RGB is 245 - color contains mainly: blue. Hex color #7426F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7426F5 is #8BD90A. Grayscale: #545454. Windows color (decimal): -9165067 or 16066164. OLE color: 16066164.

HSL color Cylindrical-coordinate representation of color #7426F5: hue angle of 262.61º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7426F5 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 38 245 -
CMYK 0.53 0.84 0 0.04
HSL 262.61º 0.91% 0.55% -
HSV(B) 262.61º 0.84% 0.96% -
XYZ 24.38 11.69 87.36 -
YUV 84.92 218.34 150.17 -
System Red Green Blue C M Y K H S L
Decimal 116 38 245 0.53 0.84 0 0.04 262.61 0.91 0.55
Hex 74 26 F5 35 54 0 4 107 5B 37
Octal 164 46 365 65 124 0 4 407 133 67
Binary 1110100 100110 11110101 110101 1010100 0 100 100000111 1011011 110111

Color Harmonies of #7426F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7426F5

Black with #7426F5

Text Example


Text Example

White with #7426F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7426F5; }

 p { color: rgb(116,38,245); }

 H1.HeaderClassName
 {
   color: #7426F5;
 }
 .AnyTagClassName
 {
   color: #7426F5;
 }
</style>

background-color css

<style>
 a { background-color: #7426F5; }

 a { background-color: rgb(116,38,245); }

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

border-color css

<style>
 span { border-color: #7426F5; }

 span { border-color: rgb(116,38,245); }

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