Html Css Color HEX #7429FA Blue Violet

📋 copy color: '#7429FA'

red 116 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #7429FA

Tints of Blue Violet #7429FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.07%

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

R = 28.5%
G = 10.07%
B = 61.43%

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

#7429FA (or 0x7429FA) is known color: Blue Violet. HEX triplet: 74, 29 and FA. RGB value is (116,41,250). Sum of RGB (Red+Green+Blue) = 116+41+250=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #7429FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7429FA is #8BD605. Grayscale: #565656. Windows color (decimal): -9164294 or 16394612. OLE color: 16394612.

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

Color convert

RGB 116 41 250 -
CMYK 0.54 0.84 0 0.02
HSL 261.53º 0.95% 0.57% -
HSV(B) 261.53º 0.84% 0.98% -
XYZ 25.25 12.2 91.47 -
YUV 87.25 219.85 148.51 -
System Red Green Blue C M Y K H S L
Decimal 116 41 250 0.54 0.84 0 0.02 261.53 0.95 0.57
Hex 74 29 FA 36 54 0 2 106 5F 39
Octal 164 51 372 66 124 0 2 406 137 71
Binary 1110100 101001 11111010 110110 1010100 0 10 100000110 1011111 111001

Color Harmonies of #7429FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7429FA

Black with #7429FA

Text Example


Text Example

White with #7429FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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