Html Css Color HEX #7326BD Purple Heart

📋 copy color: '#7326BD'

red 115 ◦ green 38 ◦ blue 189

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

Shades of Purple Heart #7326BD

Tints of Purple Heart #7326BD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 33.63%
G = 11.11%
B = 55.26%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7326BD (or 0x7326BD) is known color: Purple Heart. HEX triplet: 73, 26 and BD. RGB value is (115,38,189). Sum of RGB (Red+Green+Blue) = 115+38+189=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #7326BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7326BD is #8CD942. Grayscale: #4D4D4D. Windows color (decimal): -9230659 or 12396147. OLE color: 12396147.

HSL color Cylindrical-coordinate representation of color #7326BD: hue angle of 270.6º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7326BD is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 38 189 -
CMYK 0.39 0.80 0 0.26
HSL 270.6º 0.67% 0.45% -
HSV(B) 270.6º 0.8% 0.74% -
XYZ 16.95 8.71 48.93 -
YUV 78.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 115 38 189 0.39 0.80 0 0.26 270.6 0.67 0.45
Hex 73 26 BD 27 50 0 1A 10F 43 2D
Octal 163 46 275 47 120 0 32 417 103 55
Binary 1110011 100110 10111101 100111 1010000 0 11010 100001111 1000011 101101

Color Harmonies of #7326BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7326BD

Black with #7326BD

Text Example


Text Example

White with #7326BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7326BD; }

 p { color: rgb(115,38,189); }

 H1.HeaderClassName
 {
   color: #7326BD;
 }
 .AnyTagClassName
 {
   color: #7326BD;
 }
</style>

background-color css

<style>
 a { background-color: #7326BD; }

 a { background-color: rgb(115,38,189); }

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

border-color css

<style>
 span { border-color: #7326BD; }

 span { border-color: rgb(115,38,189); }

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