Html Css Color HEX #7325DD Blue Violet

📋 copy color: '#7325DD'

red 115 ◦ green 37 ◦ blue 221

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

Shades of Blue Violet #7325DD

Tints of Blue Violet #7325DD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

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

R = 30.83%
G = 9.92%
B = 59.25%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7325DD (or 0x7325DD) is known color: Blue Violet. HEX triplet: 73, 25 and DD. RGB value is (115,37,221). Sum of RGB (Red+Green+Blue) = 115+37+221=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #7325DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7325DD is #8CDA22. Grayscale: #505050. Windows color (decimal): -9230883 or 14493043. OLE color: 14493043.

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

Color convert

RGB 115 37 221 -
CMYK 0.48 0.83 0 0.13
HSL 265.43º 0.73% 0.51% -
HSV(B) 265.43º 0.83% 0.87% -
XYZ 20.78 10.19 69.28 -
YUV 81.3 206.84 152.04 -
System Red Green Blue C M Y K H S L
Decimal 115 37 221 0.48 0.83 0 0.13 265.43 0.73 0.51
Hex 73 25 DD 30 53 0 D 109 49 33
Octal 163 45 335 60 123 0 15 411 111 63
Binary 1110011 100101 11011101 110000 1010011 0 1101 100001001 1001001 110011

Color Harmonies of #7325DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7325DD

Black with #7325DD

Text Example


Text Example

White with #7325DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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