Html Css Color HEX #7325BD Purple Heart

📋 copy color: '#7325BD'

red 115 ◦ green 37 ◦ blue 189

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

Shades of Purple Heart #7325BD

Tints of Purple Heart #7325BD

RGB

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

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

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

R = 33.72%
G = 10.85%
B = 55.43%

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

#7325BD (or 0x7325BD) is known color: Purple Heart. HEX triplet: 73, 25 and BD. RGB value is (115,37,189). Sum of RGB (Red+Green+Blue) = 115+37+189=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #7325BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7325BD is #8CDA42. Grayscale: #4D4D4D. Windows color (decimal): -9230915 or 12395891. OLE color: 12395891.

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

Color convert

RGB 115 37 189 -
CMYK 0.39 0.80 0 0.26
HSL 270.79º 0.67% 0.44% -
HSV(B) 270.79º 0.8% 0.74% -
XYZ 16.92 8.64 48.92 -
YUV 77.65 190.84 154.64 -
System Red Green Blue C M Y K H S L
Decimal 115 37 189 0.39 0.80 0 0.26 270.79 0.67 0.44
Hex 73 25 BD 27 50 0 1A 10F 43 2C
Octal 163 45 275 47 120 0 32 417 103 54
Binary 1110011 100101 10111101 100111 1010000 0 11010 100001111 1000011 101100

Color Harmonies of #7325BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7325BD

Black with #7325BD

Text Example


Text Example

White with #7325BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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