Html Css Color HEX #7325EE Blue Violet

📋 copy color: '#7325EE'

red 115 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #7325EE

Tints of Blue Violet #7325EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 29.49%
G = 9.49%
B = 61.03%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7325EE (or 0x7325EE) is known color: Blue Violet. HEX triplet: 73, 25 and EE. RGB value is (115,37,238). Sum of RGB (Red+Green+Blue) = 115+37+238=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #7325EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7325EE is #8CDA11. Grayscale: #525252. Windows color (decimal): -9230866 or 15607155. OLE color: 15607155.

HSL color Cylindrical-coordinate representation of color #7325EE: hue angle of 263.28º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7325EE is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 37 238 -
CMYK 0.52 0.84 0 0.07
HSL 263.28º 0.86% 0.54% -
HSV(B) 263.28º 0.84% 0.93% -
XYZ 23.16 11.14 81.82 -
YUV 83.24 215.34 150.66 -
System Red Green Blue C M Y K H S L
Decimal 115 37 238 0.52 0.84 0 0.07 263.28 0.86 0.54
Hex 73 25 EE 34 54 0 7 107 56 36
Octal 163 45 356 64 124 0 7 407 126 66
Binary 1110011 100101 11101110 110100 1010100 0 111 100000111 1010110 110110

Color Harmonies of #7325EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7325EE

Black with #7325EE

Text Example


Text Example

White with #7325EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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