Html Css Color HEX #7327BB Purple Heart

📋 copy color: '#7327BB'

red 115 ◦ green 39 ◦ blue 187

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

Shades of Purple Heart #7327BB

Tints of Purple Heart #7327BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.84%

R = 33.72%
G = 11.44%
B = 54.84%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7327BB (or 0x7327BB) is known color: Purple Heart. HEX triplet: 73, 27 and BB. RGB value is (115,39,187). Sum of RGB (Red+Green+Blue) = 115+39+187=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #7327BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7327BB is #8CD844. Grayscale: #4E4E4E. Windows color (decimal): -9230405 or 12265331. OLE color: 12265331.

HSL color Cylindrical-coordinate representation of color #7327BB: hue angle of 270.81º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7327BB is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 39 187 -
CMYK 0.39 0.79 0 0.27
HSL 270.81º 0.65% 0.44% -
HSV(B) 270.81º 0.79% 0.73% -
XYZ 16.77 8.68 47.81 -
YUV 78.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 115 39 187 0.39 0.79 0 0.27 270.81 0.65 0.44
Hex 73 27 BB 27 4F 0 1B 10F 41 2C
Octal 163 47 273 47 117 0 33 417 101 54
Binary 1110011 100111 10111011 100111 1001111 0 11011 100001111 1000001 101100

Color Harmonies of #7327BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7327BB

Black with #7327BB

Text Example


Text Example

White with #7327BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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