Html Css Color HEX #7320ED Blue Violet

📋 copy color: '#7320ED'

red 115 ◦ green 32 ◦ blue 237

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

Shades of Blue Violet #7320ED

Tints of Blue Violet #7320ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 29.95%
G = 8.33%
B = 61.72%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7320ED (or 0x7320ED) is known color: Blue Violet. HEX triplet: 73, 20 and ED. RGB value is (115,32,237). Sum of RGB (Red+Green+Blue) = 115+32+237=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #7320ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7320ED is #8CDF12. Grayscale: #4F4F4F. Windows color (decimal): -9232147 or 15540339. OLE color: 15540339.

HSL color Cylindrical-coordinate representation of color #7320ED: hue angle of 264.29º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7320ED is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 32 237 -
CMYK 0.51 0.86 0 0.07
HSL 264.29º 0.85% 0.53% -
HSV(B) 264.29º 0.86% 0.93% -
XYZ 22.87 10.79 81 -
YUV 80.19 216.5 152.83 -
System Red Green Blue C M Y K H S L
Decimal 115 32 237 0.51 0.86 0 0.07 264.29 0.85 0.53
Hex 73 20 ED 33 56 0 7 108 55 35
Octal 163 40 355 63 126 0 7 410 125 65
Binary 1110011 100000 11101101 110011 1010110 0 111 100001000 1010101 110101

Color Harmonies of #7320ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7320ED

Black with #7320ED

Text Example


Text Example

White with #7320ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7320ED; }

 p { color: rgb(115,32,237); }

 H1.HeaderClassName
 {
   color: #7320ED;
 }
 .AnyTagClassName
 {
   color: #7320ED;
 }
</style>

background-color css

<style>
 a { background-color: #7320ED; }

 a { background-color: rgb(115,32,237); }

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

border-color css

<style>
 span { border-color: #7320ED; }

 span { border-color: rgb(115,32,237); }

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