Html Css Color HEX #7329DD Blue Violet

📋 copy color: '#7329DD'

red 115 ◦ green 41 ◦ blue 221

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

Shades of Blue Violet #7329DD

Tints of Blue Violet #7329DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 30.5%
G = 10.88%
B = 58.62%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7329DD (or 0x7329DD) is known color: Blue Violet. HEX triplet: 73, 29 and DD. RGB value is (115,41,221). Sum of RGB (Red+Green+Blue) = 115+41+221=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #7329DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7329DD is #8CD622. Grayscale: #535353. Windows color (decimal): -9229859 or 14494067. OLE color: 14494067.

HSL color Cylindrical-coordinate representation of color #7329DD: hue angle of 264.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7329DD is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 41 221 -
CMYK 0.48 0.81 0 0.13
HSL 264.67º 0.73% 0.51% -
HSV(B) 264.67º 0.81% 0.87% -
XYZ 20.91 10.45 69.32 -
YUV 83.65 205.52 150.36 -
System Red Green Blue C M Y K H S L
Decimal 115 41 221 0.48 0.81 0 0.13 264.67 0.73 0.51
Hex 73 29 DD 30 51 0 D 109 49 33
Octal 163 51 335 60 121 0 15 411 111 63
Binary 1110011 101001 11011101 110000 1010001 0 1101 100001001 1001001 110011

Color Harmonies of #7329DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7329DD

Black with #7329DD

Text Example


Text Example

White with #7329DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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