Html Css Color HEX #7329FF Han Purple

📋 copy color: '#7329FF'

red 115 ◦ green 41 ◦ blue 255

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

Shades of Han Purple #7329FF

Tints of Han Purple #7329FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.04%

R = 27.98%
G = 9.98%
B = 62.04%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7329FF (or 0x7329FF) is known color: Han Purple. HEX triplet: 73, 29 and FF. RGB value is (115,41,255). Sum of RGB (Red+Green+Blue) = 115+41+255=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #7329FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7329FF is #8CD600. Grayscale: #565656. Windows color (decimal): -9229825 or 16722291. OLE color: 16722291.

HSL color Cylindrical-coordinate representation of color #7329FF: hue angle of 260.75º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7329FF is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 115 41 255 -
CMYK 0.55 0.84 0 0
HSL 260.75º 1% 0.58% -
HSV(B) 260.75º 0.84% 1% -
XYZ 25.91 12.45 95.65 -
YUV 87.52 222.52 147.6 -
System Red Green Blue C M Y K H S L
Decimal 115 41 255 0.55 0.84 0 0 260.75 1 0.58
Hex 73 29 FF 37 54 0 0 105 64 3A
Octal 163 51 377 67 124 0 0 405 144 72
Binary 1110011 101001 11111111 110111 1010100 0 0 100000101 1100100 111010

Color Harmonies of #7329FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7329FF

Black with #7329FF

Text Example


Text Example

White with #7329FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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