Html Css Color HEX #7327FF Han Purple

📋 copy color: '#7327FF'

red 115 ◦ green 39 ◦ blue 255

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

Shades of Han Purple #7327FF

Tints of Han Purple #7327FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.54%

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

R = 28.12%
G = 9.54%
B = 62.35%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7327FF (or 0x7327FF) is known color: Han Purple. HEX triplet: 73, 27 and FF. RGB value is (115,39,255). Sum of RGB (Red+Green+Blue) = 115+39+255=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #7327FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7327FF is #8CD800. Grayscale: #555555. Windows color (decimal): -9230337 or 16721779. OLE color: 16721779.

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

Color convert

RGB 115 39 255 -
CMYK 0.55 0.85 0 0
HSL 261.11º 1% 0.58% -
HSV(B) 261.11º 0.85% 1% -
XYZ 25.85 12.32 95.62 -
YUV 86.35 223.18 148.44 -
System Red Green Blue C M Y K H S L
Decimal 115 39 255 0.55 0.85 0 0 261.11 1 0.58
Hex 73 27 FF 37 55 0 0 105 64 3A
Octal 163 47 377 67 125 0 0 405 144 72
Binary 1110011 100111 11111111 110111 1010101 0 0 100000101 1100100 111010

Color Harmonies of #7327FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7327FF

Black with #7327FF

Text Example


Text Example

White with #7327FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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