Html Css Color HEX #7329FA Blue Violet

📋 copy color: '#7329FA'

red 115 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #7329FA

Tints of Blue Violet #7329FA

RGB

 RED value IS 115 (45.31% from 255) = 28.33%

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

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

R = 28.33%
G = 10.1%
B = 61.58%

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

#7329FA (or 0x7329FA) is known color: Blue Violet. HEX triplet: 73, 29 and FA. RGB value is (115,41,250). Sum of RGB (Red+Green+Blue) = 115+41+250=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #7329FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7329FA is #8CD605. Grayscale: #565656. Windows color (decimal): -9229830 or 16394611. OLE color: 16394611.

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

Color convert

RGB 115 41 250 -
CMYK 0.54 0.84 0 0.02
HSL 261.24º 0.95% 0.57% -
HSV(B) 261.24º 0.84% 0.98% -
XYZ 25.12 12.13 91.46 -
YUV 86.95 220.02 148.01 -
System Red Green Blue C M Y K H S L
Decimal 115 41 250 0.54 0.84 0 0.02 261.24 0.95 0.57
Hex 73 29 FA 36 54 0 2 105 5F 39
Octal 163 51 372 66 124 0 2 405 137 71
Binary 1110011 101001 11111010 110110 1010100 0 10 100000101 1011111 111001

Color Harmonies of #7329FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7329FA

Black with #7329FA

Text Example


Text Example

White with #7329FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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