Html Css Color HEX #7328BE Purple Heart

📋 copy color: '#7328BE'

red 115 ◦ green 40 ◦ blue 190

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

Shades of Purple Heart #7328BE

Tints of Purple Heart #7328BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 33.33%
G = 11.59%
B = 55.07%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7328BE (or 0x7328BE) is known color: Purple Heart. HEX triplet: 73, 28 and BE. RGB value is (115,40,190). Sum of RGB (Red+Green+Blue) = 115+40+190=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #7328BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7328BE is #8CD741. Grayscale: #4F4F4F. Windows color (decimal): -9230146 or 12462195. OLE color: 12462195.

HSL color Cylindrical-coordinate representation of color #7328BE: hue angle of 270º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7328BE is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 40 190 -
CMYK 0.39 0.79 0 0.25
HSL 270º 0.65% 0.45% -
HSV(B) 270º 0.79% 0.75% -
XYZ 17.12 8.88 49.53 -
YUV 79.53 190.35 153.3 -
System Red Green Blue C M Y K H S L
Decimal 115 40 190 0.39 0.79 0 0.25 270 0.65 0.45
Hex 73 28 BE 27 4F 0 19 10E 41 2D
Octal 163 50 276 47 117 0 31 416 101 55
Binary 1110011 101000 10111110 100111 1001111 0 11001 100001110 1000001 101101

Color Harmonies of #7328BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7328BE

Black with #7328BE

Text Example


Text Example

White with #7328BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7328BE; }

 p { color: rgb(115,40,190); }

 H1.HeaderClassName
 {
   color: #7328BE;
 }
 .AnyTagClassName
 {
   color: #7328BE;
 }
</style>

background-color css

<style>
 a { background-color: #7328BE; }

 a { background-color: rgb(115,40,190); }

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

border-color css

<style>
 span { border-color: #7328BE; }

 span { border-color: rgb(115,40,190); }

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