Html Css Color HEX #7426FA Blue Violet

📋 copy color: '#7426FA'

red 116 ◦ green 38 ◦ blue 250

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

Shades of Blue Violet #7426FA

Tints of Blue Violet #7426FA

RGB

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

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

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

R = 28.71%
G = 9.41%
B = 61.88%

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

#7426FA (or 0x7426FA) is known color: Blue Violet. HEX triplet: 74, 26 and FA. RGB value is (116,38,250). Sum of RGB (Red+Green+Blue) = 116+38+250=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #7426FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7426FA is #8BD905. Grayscale: #545454. Windows color (decimal): -9165062 or 16393844. OLE color: 16393844.

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

Color convert

RGB 116 38 250 -
CMYK 0.54 0.85 0 0.02
HSL 262.08º 0.95% 0.56% -
HSV(B) 262.08º 0.85% 0.98% -
XYZ 25.15 12 91.43 -
YUV 85.49 220.84 149.76 -
System Red Green Blue C M Y K H S L
Decimal 116 38 250 0.54 0.85 0 0.02 262.08 0.95 0.56
Hex 74 26 FA 36 55 0 2 106 5F 38
Octal 164 46 372 66 125 0 2 406 137 70
Binary 1110100 100110 11111010 110110 1010101 0 10 100000110 1011111 111000

Color Harmonies of #7426FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7426FA

Black with #7426FA

Text Example


Text Example

White with #7426FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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