Html Css Color HEX #7325FD Han Purple

📋 copy color: '#7325FD'

red 115 ◦ green 37 ◦ blue 253

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

Shades of Han Purple #7325FD

Tints of Han Purple #7325FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.47%

R = 28.4%
G = 9.14%
B = 62.47%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7325FD (or 0x7325FD) is known color: Han Purple. HEX triplet: 73, 25 and FD. RGB value is (115,37,253). Sum of RGB (Red+Green+Blue) = 115+37+253=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #7325FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7325FD is #8CDA02. Grayscale: #545454. Windows color (decimal): -9230851 or 16590195. OLE color: 16590195.

HSL color Cylindrical-coordinate representation of color #7325FD: hue angle of 261.67º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7325FD is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 37 253 -
CMYK 0.55 0.85 0 0.01
HSL 261.67º 0.98% 0.57% -
HSV(B) 261.67º 0.85% 0.99% -
XYZ 25.46 12.06 93.91 -
YUV 84.95 222.84 149.44 -
System Red Green Blue C M Y K H S L
Decimal 115 37 253 0.55 0.85 0 0.01 261.67 0.98 0.57
Hex 73 25 FD 37 55 0 1 106 62 39
Octal 163 45 375 67 125 0 1 406 142 71
Binary 1110011 100101 11111101 110111 1010101 0 1 100000110 1100010 111001

Color Harmonies of #7325FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7325FD

Black with #7325FD

Text Example


Text Example

White with #7325FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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